|
static unsafe bool | EnumWindows (delegate *unmanaged< IntPtr, IntPtr, BOOL > callback, IntPtr extraData) |
|
static IntPtr | GetWindow (IntPtr hWnd, int uCmd) |
|
static int | GetWindowLong (IntPtr hWnd, int uCmd) |
|
static int | GetWindowTextLengthW (IntPtr hWnd) |
|
static unsafe int | GetWindowTextW (IntPtr hWnd, char *lpString, int nMaxCount) |
|
static unsafe int | GetWindowThreadProcessId (IntPtr handle, int *processId) |
|
static int | PostMessageW (IntPtr hwnd, int msg, IntPtr wparam, IntPtr lparam) |
|
static BOOL | IsWindowVisible (IntPtr hWnd) |
|
static IntPtr | SendMessageTimeout (IntPtr hWnd, int msg, IntPtr wParam, IntPtr lParam, int flags, int timeout, out IntPtr pdwResult) |
|
static int | WaitForInputIdle (SafeProcessHandle handle, int milliseconds) |
|
static IntPtr | SendMessageTimeout (IntPtr hWnd, int msg, IntPtr wParam, IntPtr lParam, int flags, int timeout, out IntPtr pdwResult) |
|
static unsafe bool | GetUserObjectInformationW (IntPtr hObj, int nIndex, void *pvBuffer, uint nLength, ref uint lpnLengthNeeded) |
|
Definition at line 267 of file Interop.cs.