Desktop Functions: Smart Device Functions:
|
Search Results for "RegCloseKey" in [All]coredll1: RegCloseKey
rapi
public static extern int CeRegCloseKey(uint hkey); function info on msdn at http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wceactsy/html/cerefCeRegCloseKeyRAPI.asp
CeRegCloseKey(key); CeRegCloseKey(key);
CeRegCloseKey(key2);
CeRegCloseKey(key);
CeRegCloseKey(key);
CeRegCloseKey(key);
CeRegCloseKey(key);
CeRegCloseKey(key) advapi327: RegCloseKey
public static extern int RegCloseKey(
Declare Function RegCloseKey Lib "advapi32.dll" (ByVal hKey As UIntPtr) As Integer
Public Declare Function RegCloseKey Lib "advapi32.dll" (ByVal hKey As Integer) _
RegCloseKey(hkeyKeytoOpen) 8: RegOpenKey
RegCloseKey(hKey); 9: RegOpenKeyEx
RegCloseKey(hKey); 10: RegQueryValue
RegCloseKey(hKey);
RegCloseKey(hKey); 11: RegQueryValueEx
RegCloseKey(hKey);
RegCloseKey(hKey); 12: RegSetValueEx Provided you specify true in the SafeRegistryHandle constructor, there is then no need to call RegCloseKey either.
RegCloseKey(hKey); |