Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Passing BOOL and CHAR to a DLL
Message
From
08/07/1998 20:49:06
 
 
To
07/07/1998 10:54:32
Mark Hall
Independent Developer & Voip Specialist
Keston, Kent, United Kingdom
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Miscellaneous
Thread ID:
00114879
Message ID:
00115538
Views:
16
DWORD is NOT "double". USE "integer" instead.

Vlad

>DECLARE Integer PEPrintReport IN CRPE_API.DLL ;
> String @ ReportFilePath, ;
> Integer toDefaultPrinter, ;
> Integer ToWindow, ;
> String @ Title, ;
> Integer Left, ;
> Integer Top, ;
> Integer Width, ;
> Integer Height, ;
> Double Style, ;
> Integer ParentWindow
>
>Don't forget to pass the strings by reference (e.g. @lcTitle).
Previous
Reply
Map
View

Click here to load this message in the networking platform