Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
WriteProfileString IN WIN32API AS WriteString
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00745782
Message ID:
00745790
Views:
22
>When a user logs onto the system it checks the version he is using at the below place.
>
>Can you please tell me where can i find that version number in the systems folder or registry.
>
>this is the code which is ibn the system:
>****************************
>DECLARE INTEGER WriteProfileString IN WIN32API AS WriteString STRING,STRING,STRING INTEGER
>
>****************************
>
>Thank you.

What version? Windows? You're application?

IAC, here are the correct declarations.
* Write to Win.ini
DECLARE INTEGER WriteProfileString IN Win32API AS WriteString;
 STRING @lpAppName, STRING @lpKeyName,;
 STRING @lpString
* Write to a specified user Ini file
DECLARE INTEGER WritePrivateProfileString IN Win32API AS WriteString;
 STRING @lpAppName, STRING @lpKeyName,;
 STRING @lpString, STRING @lpFileName
George

Ubi caritas et amor, deus ibi est
Previous
Reply
Map
View

Click here to load this message in the networking platform