C# Класс SidebarDiagnostics.Windows.NativeMethods

Показать файл Открыть проект

Приватные методы

Метод Описание
DwmSetWindowAttribute ( IntPtr hwnd, AppBarWindow dwmAttribute, IntPtr pvAttribute, uint cbAttribute ) : int
EnumDisplayMonitors ( IntPtr hdc, IntPtr lpRect, Monitor callback, int dwData ) : bool
GetClassName ( IntPtr hwnd, StringBuilder name, int count ) : int
GetDpiForMonitor ( IntPtr hmonitor, Monitor dpiType, uint &dpiX, uint &dpiY ) : IntPtr
GetMonitorInfo ( IntPtr hMonitor, Monitor &lpmi ) : bool
GetWindowLong ( IntPtr hwnd, int index ) : long
GetWindowLongPtr ( IntPtr hwnd, int index ) : long
MonitorFromWindow ( IntPtr hwnd, uint dwFlags ) : IntPtr
RegisterDeviceNotification ( IntPtr recipient, IntPtr notificationFilter, int flags ) : IntPtr
RegisterHotKey ( IntPtr hwnd, int id, uint modifiers, uint vk ) : bool
RegisterWindowMessage ( string msg ) : int
SHAppBarMessage ( int dwMessage, AppBarWindow &pData ) : UIntPtr
SetWinEventHook ( uint eventMin, uint eventMax, IntPtr hmodWinEventProc, ShowDesktop lpfnWinEventProc, uint idProcess, uint idThread, uint dwFlags ) : IntPtr
SetWindowLong ( IntPtr hwnd, int index, long newStyle ) : long
SetWindowLongPtr ( IntPtr hwnd, int index, long newStyle ) : long
SetWindowPos ( IntPtr hwnd, IntPtr hwnd_after, int x, int y, int cx, int cy, uint uflags ) : bool
UnhookWinEvent ( IntPtr hWinEventHook ) : bool
UnregisterDeviceNotification ( IntPtr handle ) : bool
UnregisterHotKey ( IntPtr hwnd, int id ) : bool