Hi All,
Is it possible to use the type unsigned int 32 in the calls "DLL32 FUNCTION" ?
I need to declare the following call in the harbour:
in C#:
[DllImport("PCSHLL32.dll")]
public static extern UInt32 hllapi(out UInt32 Func, StringBuilder Data, out UInt32 Length, out UInt32 RetC);
I tried with several types (WORD, DWORD, LONG, _INT) but without success.
can anybody help me?
thanks
PS: Sorry my english