C# 클래스 At.FF.Krems.Interfaces.NativeMethods

The native methods.
파일 보기 프로젝트 열기: Grisu-NOE/Infoscreen

공개 프로퍼티들

프로퍼티 타입 설명
HwndBottom System.IntPtr
HwndNotopmost System.IntPtr
HwndTop System.IntPtr
HwndTopmost System.IntPtr

비공개 메소드들

메소드 설명
AdjustTokenPrivileges ( IntPtr tokenHandle, bool disableAllPrivileges, LuidAtt &newState, int bufferLength, IntPtr previousState, IntPtr returnLength ) : bool
CloseDesktop ( IntPtr hDesktop ) : bool
CloseHandle ( IntPtr handle ) : int
CreateFile ( string filename, uint desiredAccess, uint shareMode, IntPtr attributes, uint creationDisposition, uint flagsAndAttributes, IntPtr templateFile ) : IntPtr
EnumDesktopWindows ( IntPtr hDesktop, EnumDesktopWindowsProc callback, IntPtr lParam ) : bool
ExitWindowsEx ( int flags, int reason ) : bool
FreeLibrary ( IntPtr hLibModule ) : int
GetCurrentProcess ( ) : IntPtr
GetDevicePowerState ( IntPtr hDevice, bool &fOn ) : bool
GetForegroundWindow ( ) : IntPtr
GetProcAddress ( IntPtr hModule, string lpProcName ) : IntPtr
GetSystemPowerStatus ( StructSystemPowerStatus &systemPowerStatus ) : int
IsPwrHibernateAllowed ( ) : bool
IsPwrShutdownAllowed ( ) : bool
IsPwrSuspendAllowed ( ) : bool
IsWindowVisible ( IntPtr hWnd ) : bool
LoadLibrary ( string lpLibFileName ) : IntPtr
LockWorkStation ( ) : void
LookupPrivilegeValue ( string systemName, string name, long &luidHandle ) : bool
OpenDesktop ( string hDesktop, int flags, bool inherit, uint desiredAccess ) : IntPtr
OpenProcessToken ( IntPtr processHandle, int desiredAccess, IntPtr &tokenHandle ) : bool
PostMessage ( IntPtr hWnd, int wMsg, int wParam, int lParam ) : int
SetSuspendState ( int hibernate, int forceCritical, int disableWakeEvent ) : int
SetThreadExecutionState ( PowerThreadRequirements state ) : ExecutionState
SetWinEventHook ( uint eventMin, uint eventMax, IntPtr hmodWinEventProc, WinEventDelegate lpfnWinEventProc, uint idProcess, uint idThread, uint dwFlags ) : IntPtr
SetWindowPos ( IntPtr hWnd, IntPtr hWndInsertAfter, int x, int y, int cx, int cy, uint uFlags ) : bool
ShowCursor ( bool bShow ) : int
SystemParametersInfo ( int uAction, int uParam, bool &lpvParam, int flags ) : bool
SystemParametersInfo ( int uAction, int uParam, int &lpvParam, int flags ) : bool
UnhookWinEvent ( IntPtr hWinEventHook ) : bool
mouse_event ( int dwFlags, int dx, int dy, int dwData, int dwExtraInfo ) : void

프로퍼티 상세

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

The HWN d bottom.
public static IntPtr,System HwndBottom
리턴 System.IntPtr

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

The HWN d no topmost.
public static IntPtr,System HwndNotopmost
리턴 System.IntPtr

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

The HWN d top.
public static IntPtr,System HwndTop
리턴 System.IntPtr

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

The HWN d topmost.
public static IntPtr,System HwndTopmost
리턴 System.IntPtr