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