C# Class At.FF.Krems.Interfaces.NativeMethods

The native methods.
Exibir arquivo Open project: Grisu-NOE/Infoscreen

Public Properties

Property Type Description
HwndBottom System.IntPtr
HwndNotopmost System.IntPtr
HwndTop System.IntPtr
HwndTopmost System.IntPtr

Private Methods

Method Description
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

Property Details

HwndBottom public_oe static_oe property

The HWN d bottom.
public static IntPtr,System HwndBottom
return System.IntPtr

HwndNotopmost public_oe static_oe property

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

HwndTop public_oe static_oe property

The HWN d top.
public static IntPtr,System HwndTop
return System.IntPtr

HwndTopmost public_oe static_oe property

The HWN d topmost.
public static IntPtr,System HwndTopmost
return System.IntPtr