Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Registry Class
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Fonctions Windows API
Titre:
Divers
Thread ID:
01246643
Message ID:
01246661
Vues:
31
Strange name of the constant, BTW. What would ERROR_SUCCESS mean?

>How would I use this classlib to create a node? I tried the following, but nothing happens:
>
>
>LPARAMETERS tnHKey, tcSubkey, tcEntry
>
>LOCAL lnRegHandle, lnResult, lnSize, lcDataBuffer, tnType
>
>lnResult = RegOpenKey(tnHKey,tcSubKey,@lnRegHandle)
>
>IF lnResult = ERROR_SUCCESS
>
>  lnResult = RegCreateKey(tnHKey,tcSubKey,@lnRegHandle)
>
>  IF lnResult # ERROR_SUCCESS
>     RETURN .NULL.
>  ENDIF
>
>ENDIF
>
>
>
>>It's not mine. It's Rick's and I like it. Check your email.
>>
>>>Ok, then I'll take yours, if you wouldn't mind.
>>>
>>>
If it's not broken, fix it until it is.


My Blog
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform