Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
Interop.User32 Class Reference

Classes

struct  USEROBJECTFLAGS
 

Public Member Functions

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)
 

Package Functions

static short GetKeyState (int virtualKeyCode)
 
static uint GetSysColor (int nIndex)
 
static unsafe int LoadString (IntPtr hInstance, uint uID, char *lpBuffer, int cchBufferMax)
 
static IntPtr GetProcessWindowStation ()
 

Detailed Description

Definition at line 267 of file Interop.cs.


The documentation for this class was generated from the following files: