Announcement

Collapse
No announcement yet.

Another api on the loose

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

  • 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.


    ------------------
    hellobasic

  • #2
    Ok.

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

    Comment

    Working...
    X