Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Ini vs Registry
Message
 
To
03/06/2002 11:38:00
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00664057
Message ID:
00664222
Views:
21
In line with this, I need to create a new (ini) file, if that file isn't present. I was trying to use the win32api, createfile command, but i can't get it to work. Its looking for:
HANDLE CreateFile(
LPCTSTR lpFileName, // pointer to name of the file
DWORD dwDesiredAccess, // access (read-write) mode
DWORD dwShareMode, // share mode
LPSECURITY_ATTRIBUTES lpSecurityAttributes,
// pointer to security attributes
DWORD dwCreationDisposition, // how to create
DWORD dwFlagsAndAttributes, // file attributes
HANDLE hTemplateFile // handle to file with attributes to
// copy
);


but I don't know how those variable types equate to VFP variables.

any help?
matt
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform