Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Reading From An INI File
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Fonctions Windows API
Titre:
Reading From An INI File
Divers
Thread ID:
00664506
Message ID:
00664506
Vues:
61
Whats wrong here? I'm getting a data type mismatch error.

LOCAL sRetVal, nSize, sReturn, nResult
sRetVal = ""
nSize = 254
sReturn = SPACE(nSize)

DECLARE INTEGER GetPrivateProfileString IN kernel32;
STRING lpAppName,;
INTEGER lpKeyName,;
STRING lpDefault,;
STRING @sReturn,;
INTEGER nSize,;
STRING lpFileName

nResult = GetPrivateProfileString(sSectionName, sKeyName,;
(#novalue#)", @sReturn, nSize, sFileName)

.
.
.
.
Everything makes sense in someone's mind
public class SystemCrasher :ICrashable
In addition, an integer field is not for irrational people
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform