Méthode |
Description |
|
DeleteKeyRecursive ( UIntPtr baseKey, string name ) : void |
|
|
RegCloseKey ( UIntPtr hKey ) : int |
|
|
RegCreateKeyEx ( UIntPtr hKey, string lpSubKey, uint reserved, string lpClass, uint dwOptions, uint samDesired, uint lpSecurityAttributes, UIntPtr &phkResult, uint &lpdwDisposition ) : int |
|
|
RegDeleteKey ( UIntPtr hKey, string subKey ) : int |
|
|
RegDeleteKeyEx ( UIntPtr hKey, string subKey, uint samDesired, uint Reserved ) : int |
|
|
RegEnumKeyEx ( UIntPtr hkey, uint index, StringBuilder lpName, uint &lpcbName, IntPtr reserved, IntPtr lpClass, IntPtr lpcbClass, long &lpftLastWriteTime ) : int |
|
|
RegOpenKeyEx ( UIntPtr hKey, string subKey, uint options, int sam, UIntPtr &phkResult ) : int |
|
|