C# 클래스 SystemEx.Win32.NativeMethods

파일 보기 프로젝트 열기: pvginkel/SystemEx

공개 프로퍼티들

프로퍼티 타입 설명
INVALID_HANDLE_VALUE System.IntPtr

공개 메소드들

메소드 설명
GetShouldShowExtensions ( ) : bool

비공개 메소드들

메소드 설명
ActivateActCtx ( IntPtr hActCtx, IntPtr &lpCookie ) : bool
AllowSetForegroundWindow ( uint dwProcessId ) : bool
ChildWindowFromPoint ( IntPtr hwndParent, Point ptParentClientCoords ) : IntPtr
ClientToScreen ( IntPtr hWnd, Point &lpPoint ) : bool
CombineRgn ( IntPtr hrgnDest, IntPtr hrgnSrc1, IntPtr hrgnSrc2, CombineRgnStyles fnCombineMode ) : int
CreateActCtx ( ACTCTX &actctx ) : IntPtr
CreateILockBytesOnHGlobal ( IntPtr hGlobal, bool fDeleteOnRelease ) : ILockBytes
CreateRectRgn ( int nLeftRect, int nTopRect, int nRightRect, int nBottomRect ) : IntPtr
DeactivateActCtx ( int dwFlags, IntPtr lpCookie ) : bool
DeleteObject ( IntPtr hObject ) : bool
DestroyIcon ( IntPtr hIcon ) : int
DrawText ( IntPtr hdc, string lpStr, int nCount, RECT &lpRect, int wFormat ) : int
EnableMenuItem ( IntPtr hMenu, int wIDEnableItem, int wEnable ) : int
EnableWindow ( IntPtr hWnd, bool fEnabled ) : bool
ExtractIconEx ( [ lpszFile, int nIconIndex, IntPtr phIconLarge, IntPtr phIconSmall, int nIcons ) : int
FindClose ( IntPtr hFindFile ) : bool
FindFirstFile ( string lpFileName, WIN32_FIND_DATA &lpFindFileData ) : IntPtr
FindNextFile ( IntPtr hFindFile, WIN32_FIND_DATA &lpFindFileData ) : bool
FindWindow ( string lpClassName, string lpWindowName ) : IntPtr
FlashWindow ( IntPtr hWnd, bool fInvert ) : bool
FlashWindowEx ( FLASHWINFO &pwfi ) : bool
FormatMessage ( int dwFlags, IntPtr lpSource, int dwMessageId, int dwLanguageId, string lpBuffer, uint nSize, int argumentsLong ) : int
GetClientRect ( IntPtr hWnd, RECT &lpRect ) : bool
GetDC ( IntPtr hWnd ) : IntPtr
GetDCEx ( IntPtr hWnd, IntPtr hrgnClip, DeviceContextValues flags ) : IntPtr
GetDesktopWindow ( ) : IntPtr
GetForegroundWindow ( ) : IntPtr
GetHGlobalFromILockBytes ( ILockBytes pLockBytes ) : IntPtr
GetLastError ( ) : int
GetLastInputInfo ( LASTINPUTINFO &lpii ) : bool
GetMenuItemRect ( IntPtr hWnd, IntPtr hMenu, uint uItem, RECT &lprcItem ) : bool
GetSystemMenu ( IntPtr hWnd, bool bRevert ) : IntPtr
GetSystemMetrics ( int Index ) : int
GetTickCount ( ) : uint
GetTokenInformation ( IntPtr TokenHandle, TOKEN_INFORMATION_CLASS TokenInformationClass, IntPtr TokenInformation, uint TokenInformationLength, uint &ReturnLength ) : bool
GetWindowDC ( IntPtr hWnd ) : IntPtr
GetWindowLong ( IntPtr hWnd, int index ) : int
GetWindowRect ( IntPtr hWnd, [ rect ) : bool
GetWindowThreadProcessId ( IntPtr hWnd, uint &lpdwProcessId ) : uint
GlobalAlloc ( int uFlags, int dwBytes ) : IntPtr
GlobalFree ( HandleRef handle ) : IntPtr
GlobalLock ( IntPtr hMem ) : IntPtr
InternetSetCookie ( string lpszUrlName, string lbszCookieName, string lpszCookieData ) : bool
LocalAlloc ( uint uFlags, UIntPtr uBytes ) : IntPtr
LocalFree ( IntPtr hMem ) : IntPtr
MoveWindow ( IntPtr hWnd, int x, int y, int cx, int cy, bool repaint ) : bool
OpenProcessToken ( IntPtr ProcessHandle, UInt32 DesiredAccess, IntPtr &TokenHandle ) : bool
RedrawWindow ( IntPtr hWnd, IntPtr lprcUpdate, IntPtr hrgnUpdate, uint flags ) : bool
RedrawWindow ( IntPtr hWnd, [ lprcUpdate, IntPtr hrgnUpdate, uint flags ) : bool
RegisterWindowMessage ( string msg ) : int
ReleaseDC ( IntPtr hWnd, IntPtr hDC ) : int
SHAppBarMessage ( int dwMessage, APPBARDATA &pData ) : uint
SHBrowseForFolder ( BROWSEINFO mBinf ) : int
SHChangeNotify ( uint wEventId, uint uFlags, IntPtr dwItem1, IntPtr dwItem2 ) : void
SHGetFileInfo ( string pszPath, int dwFileAttributes, SHFILEINFO &psfi, uint cbFileInfo, uint uFlags ) : IntPtr
SHGetFileInfo ( string pszPath, uint dwFileAttributes, SHFILEINFO &psfi, uint cbSizeFileInfo, uint uFlags ) : IntPtr
SHGetPathFromIDList ( int ilPtr, IntPtr sPath ) : bool
SHGetSettings ( SHELLFLAGSTATE &lpsfs, uint dwMask ) : void
SelectObject ( IntPtr hDC, IntPtr hObject ) : IntPtr
SendMessage ( IntPtr hWnd, uint Msg, IntPtr wParam, COPYDATASTRUCT &lpCds ) : IntPtr
SendMessage ( IntPtr hWnd, uint Msg, IntPtr wParam, IntPtr lParam ) : IntPtr
SendMessage ( IntPtr handle, uint message, uint wParam, uint lParam ) : uint
SendMessageWithString ( IntPtr hWnd, uint Msg, IntPtr wParam, [ lParam ) : IntPtr
SetActiveWindow ( IntPtr handle ) : IntPtr
SetForegroundWindow ( IntPtr hWnd ) : IntPtr
SetLayeredWindowAttributes ( IntPtr hwnd, uint crKey, byte bAlpha, uint dwFlags ) : bool
SetWindowLong ( IntPtr hWnd, int index, int value ) : int
SetWindowPos ( IntPtr hWnd, IntPtr hWndInsertAfter, int x, int y, int cx, int cy, uint uFlags ) : bool
SetWindowText ( IntPtr hwnd, String lpString ) : bool
SetWindowTheme ( IntPtr hWnd, string pszSubAppName, string pszSubIdList ) : int
ShowWindow ( IntPtr hWnd, Int32 nCmdShow ) : bool
StgCreateDocfileOnILockBytes ( ILockBytes plkbyt, uint grfMode, uint reserved ) : IStorage
TaskDialogIndirect ( [ pTaskConfig, [ pnButton, [ pnRadioButton, [ pfVerificationFlagChecked ) : void

메소드 상세

GetShouldShowExtensions() 공개 정적인 메소드

public static GetShouldShowExtensions ( ) : bool
리턴 bool

프로퍼티 상세

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

public static IntPtr,System INVALID_HANDLE_VALUE
리턴 System.IntPtr