C# 클래스 CSharp08.Win32Import

파일 보기 프로젝트 열기: GHScan/DailyProjects 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
HKEY_CLASSES_ROOT System.IntPtr
HKEY_CURRENT_USER System.IntPtr
HKEY_LOCAL_MACHINE System.IntPtr
HKEY_USERS System.IntPtr

비공개 메소드들

메소드 설명
CloseHandle ( IntPtr hObject ) : Win32Bool
CreateProcess ( string lpApplicationName, char lpCommandLine, IntPtr lpProcessAttributes, IntPtr lpThreadAttributes, int bInheritHandles, uint dwCreationFlags, char lpEnvironment, string lpCurrentDirectory, StartupInfo &lpStartupInfo, Process_Information &lpProcessInformation ) : Win32Bool
ExtractIconEx ( string lpszFile, int nIconIndex, IntPtr phiconLarge, IntPtr phiconSmall, uint nIcons ) : uint
FormatMessage ( FormatMessage_Flag dwFlags, byte lpSource, uint dwMessageId, uint dwLanguageId, char lpBuffer, int nSize, IntPtr Arguments ) : uint
GetFileVersionInfo ( string lptstrFilename, uint dwHandle, uint dwLen, byte lpData ) : Win32Bool
GetFileVersionInfoSize ( string lptstrFilename, uint &lpdwHandle ) : uint
GetLastError ( ) : uint
RegCloseKey ( IntPtr hKey ) : int
RegOpenKeyEx ( IntPtr hKey, string lpSubKey, uint ulOptions, uint samDesired, IntPtr &phkResult ) : int
RegQueryInfoKey ( IntPtr hKey, char lpClass, uint lpcClass, uint lpReserved, uint lpcSubKeys, uint lpcMaxSubKeyLen, uint lpcMaxClassLen, uint lpcValues, uint lpcMaxValueNameLen, uint lpcMaxValueLen, uint lpcbSecurityDescriptor, ulong lpftLastWriteTime ) : int
ShellExecute ( IntPtr hwnd, string lpOperation, string lpFile, string lpParameters, string lpDirectory, int nShowCmd ) : int
VerQueryValue ( byte pBlock, string lpSubBlock, IntPtr &lplpBuffer, uint &puLen ) : int
WaitForSingleObject ( IntPtr hHandle, uint dwMilliseconds ) : int
WinExec ( string lpCmdLine, int uCmdShow ) : uint

프로퍼티 상세

HKEY_CLASSES_ROOT 공개적으로 정적으로 프로퍼티

public static IntPtr,System HKEY_CLASSES_ROOT
리턴 System.IntPtr

HKEY_CURRENT_USER 공개적으로 정적으로 프로퍼티

public static IntPtr,System HKEY_CURRENT_USER
리턴 System.IntPtr

HKEY_LOCAL_MACHINE 공개적으로 정적으로 프로퍼티

public static IntPtr,System HKEY_LOCAL_MACHINE
리턴 System.IntPtr

HKEY_USERS 공개적으로 정적으로 프로퍼티

public static IntPtr,System HKEY_USERS
리턴 System.IntPtr