C# 클래스 Win32

파일 보기 프로젝트 열기: oleg-shilo/cs-script 1 사용 예제들

공개 메소드들

메소드 설명
RegGetValueExp ( uint key, string subKey, string valName ) : string
RegSetStrValue ( uint key, string subKey, string valName, string val ) : int

비공개 메소드들

메소드 설명
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

메소드 상세

RegGetValueExp() 정적인 공개 메소드

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

RegSetStrValue() 정적인 공개 메소드

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