CallDll32()
Calls a Dll Function

 

 

 

Syntax:

 

 

      CallDll32 ( <cFunctionName> , <cDllName> , ... <parameters> ... ) --> xReturnValue

 

 

 Note: CallDll32() in HMG now is using internal Harbour€™s functions and it works only with ANSI functions. So at first parameter will need to add €œA€ suffix at function name, specially when we are working in UNICODE. Return values (by reference) in these functions will be always in ANSI too. Then this value will need to be converted to UNICODE when be needed.