Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Windows Registry
Message
 
To
24/07/2002 16:57:26
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00682260
Message ID:
00682326
Views:
16
>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.
Previous
Reply
Map
View

Click here to load this message in the networking platform