Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
VFP60- Translation
Message
From
11/06/1999 22:24:40
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Title:
VFP60- Translation
Miscellaneous
Thread ID:
00229079
Message ID:
00229079
Views:
56
Where do I go to learn about those API functions? How do I translate from C to VFP? I see many of them in MSDN Library but I don't know how to use them in VFP. Can you recomend some books that I can buy? Can you give me some input where do I go to start with this?

For instance, I just went to MSDN and found PROFILEINFO function. I would like to know how to TRANSLATE this to foxpro.

typedef struct _PROFILEINFO {
DWORD dwSize; // size of structure
DWORD dwFlags; // flags
LPTSTR lpUserName; // user name
LPTSTR lpProfilePath; // roaming profile path
LPTSTR lpDefaultPath; // default user profile path
LPTSTR lpServerName; // validating domain controller name
LPTSTR lpPolicyPath; // Windows NT 4.0-style policy file
HANDLE hProfile; // registry key handle
} PROFILEINFO, FAR * LPPROFILEINFO;

Thank you for your time!
Next
Reply
Map
View

Click here to load this message in the networking platform