C# Class Win32

Show file Open project: oleg-shilo/cs-script Class Usage Examples

Public Methods

Method Description
RegGetValueExp ( uint key, string subKey, string valName ) : string
RegSetStrValue ( uint key, string subKey, string valName, string val ) : int

Private Methods

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

Method Details

RegGetValueExp() static public method

static public RegGetValueExp ( uint key, string subKey, string valName ) : string
key uint
subKey string
valName string
return string

RegSetStrValue() static public method

static public RegSetStrValue ( uint key, string subKey, string valName, string val ) : int
key uint
subKey string
valName string
val string
return int