|
static int | SetWindowLong (IntPtr hWnd, int nIndex, int dwNewLong) |
|
static IntPtr | FindWindowByCaption (IntPtr ZeroOnly, string lpWindowName) |
|
static bool | DrawMenuBar (IntPtr hWnd) |
|
static IntPtr | SetWindowPos (IntPtr hWnd, int hWndInsertAfter, int x, int Y, int cx, int cy, int wFlags) |
|
static IntPtr | GetForegroundWindow () |
|
static int | GetWindowText (IntPtr hWnd, StringBuilder text, int count) |
|
static bool wHiteRabbiT.Common.Tools.Windows32.DrawMenuBar |
( |
IntPtr |
hWnd | ) |
|
static IntPtr wHiteRabbiT.Common.Tools.Windows32.FindWindowByCaption |
( |
IntPtr |
ZeroOnly, |
|
|
string |
lpWindowName |
|
) |
| |
static string wHiteRabbiT.Common.Tools.Windows32.GetActiveWindowTitle |
( |
| ) |
|
|
static |
static IntPtr wHiteRabbiT.Common.Tools.Windows32.GetForegroundWindow |
( |
| ) |
|
static int wHiteRabbiT.Common.Tools.Windows32.GetWindowText |
( |
IntPtr |
hWnd, |
|
|
StringBuilder |
text, |
|
|
int |
count |
|
) |
| |
static int wHiteRabbiT.Common.Tools.Windows32.SetWindowLong |
( |
IntPtr |
hWnd, |
|
|
int |
nIndex, |
|
|
int |
dwNewLong |
|
) |
| |
static IntPtr wHiteRabbiT.Common.Tools.Windows32.SetWindowPos |
( |
IntPtr |
hWnd, |
|
|
int |
hWndInsertAfter, |
|
|
int |
x, |
|
|
int |
Y, |
|
|
int |
cx, |
|
|
int |
cy, |
|
|
int |
wFlags |
|
) |
| |
The documentation for this class was generated from the following file:
- D:/wHiteRabbiT/wHiteRabbiT-sTudio/trunk/Unity_4_5/Assets/WR_wHiteRabbiT-sTudio/WRFramework/Common/Tools/Windows32.cs