Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
GetPrivateProfileString() problem
Message
De
15/04/1999 09:34:23
Pascal Binette
Pratt & Whitney Canada
Saint-Hubert, Québec, Canada
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Fonctions Windows API
Titre:
GetPrivateProfileString() problem
Divers
Thread ID:
00208540
Message ID:
00208540
Vues:
73
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?
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform