Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
GetPrivateProfileString() problem
Message
From
15/04/1999 09:34:23
Pascal Binette
Pratt & Whitney Canada
Saint-Hubert, Quebec, Canada
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Title:
GetPrivateProfileString() problem
Miscellaneous
Thread ID:
00208540
Message ID:
00208540
Views:
74
I tried to use the GetPrivateProfileString(), but could not make it work. However, I got the GetPrivateProfileInt to work.

Here is what I did:
Declare Integer GetPrivateProfileString in Win32API ;
string lpApplicationName, ;
string lpKeyName, ;
string lpDefault, ;
string lpReturnedString, ;
integer nSize, ;
string lpFileName

sExePath = alltrim(sys(16,1))
sExePath = left(sExePath, len(sExePath) - 3) + 'INI'

uname = ""
slength = GetPrivateProfileString("StringSection", "str1", "anonymous", uname, 255, sExePath)
messagebox("The returned string is : " + uname, 48, "Testing INI")

I believe the problem has to do with the lpKeyName variable which is supposed to be an ANY Data Type, but VPF does not have that data type.
Does anyone see how I could fix that problem?
Next
Reply
Map
View

Click here to load this message in the networking platform