Method | Description | |
---|---|---|
RegGetValueExp ( uint key, string subKey, string valName ) : string | ||
RegSetStrValue ( uint key, string subKey, string valName, string val ) : int |
Method | Description | |
---|---|---|
RegCloseKey ( int hKey ) : uint | ||
RegOpenKeyEx ( uint hKey, string lpSubKey, uint ulOptions, int samDesired, int &phkResult ) : int | ||
RegQueryValueEx ( int hKey, string lpValueName, int lpReserved, uint &lpType, StringBuilder lpData, int &lpcbData ) : int | ||
RegSetValueEx ( int hKey, string lpValueName, int Reserved, int dwType, [ lpData, int cbData ) : int |
static public RegGetValueExp ( uint key, string subKey, string valName ) : string | ||
key | uint | |
subKey | string | |
valName | string | |
return | string |
static public RegSetStrValue ( uint key, string subKey, string valName, string val ) : int | ||
key | uint | |
subKey | string | |
valName | string | |
val | string | |
return | int |