Announcement

Collapse
No announcement yet.

Another api on the loose

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Tom Hanlin
    replied
    Ok.

    ------------------
    Tom Hanlin
    PowerBASIC Staff

    Leave a comment:


  • Edwin Knoppert
    started a topic Another api on the loose

    Another api on the loose

    Declare Function SysAllocStringByteLen Lib "OLEAUT32.DLL" Alias "SysAllocStringByteLen"( BStr As Asciiz, ByVal nSize As Dword ) As Long
    Declare Function SysFreeString Lib "OLEAUT32.DLL" Alias "SysFreeString"( ByVal hBStr As Long ) As Long

    Could not find these (and others in the same area) in the inc dir.


    ------------------
Working...
X