Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Windows Registry
Message
 
À
24/07/2002 16:57:26
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00682260
Message ID:
00682326
Vues:
17
>Could you send me the sintax of the API functions ?
>
>I didn't manage to find it in the API seccion of UT.
>
>Thanks a lot.
>
>Silvio

Here is an example for decaring and using an API function:
DECLARE Integer RegOpenKeyEx IN WIN32API ;
	Integer	vnHKey, ;
	String	vcSubKey, ;
	Integer	vnOptions, ;
	Integer	vnSamDesired, ;
	Integer	@vnHandle

lnErrCode = RegOpenKeyEx(HKEY_LOCAL_MACHINE, [SOFTWARE\Microsoft\Windows Messaging Subsystem], ;
	lnReserved, KEY_QUERY_VALUE, @lnSubKey)
You can find specific information in MSDN Library:
Platform SDK: Windows System Information
Registry Functions
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/sysinfo/regapi_7yns.asp
Venelina Jordanova

Outsourcing IT Services Ltd.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform