Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to pass a date to a DLL?
Message
 
To
All
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Title:
How to pass a date to a DLL?
Miscellaneous
Thread ID:
00065737
Message ID:
00065737
Views:
86
Hi,

Does someone have an idea on how I should pass a date to this DLL?
I use it to directly write into an accounting program.

Here is what the help says:

WORD DPIGetSysDate( HSOC hSoc,
WORD wType,
LPDPIDate lpDate
);

Parameters
hSoc handle off the company (no problem with this one)
Wtype type of date whished (no problem, these are constants)
DPIDTE_EMPTY date vide
DPIDTE_TODAY date du jour
DPIDTE_DEBEXER début dexercice
DPIDTE_FINEXER fin dexercice
DPIDTE_DEBSAISIE début de saisie
DPIDTE_FINSAISIE fin de saisie
lpDate pointeur on a date <<< here is the problem

Returns: error Code


José
Next
Reply
Map
View

Click here to load this message in the networking platform