C# Class MS.Win32.UnsafeNativeMethods

ファイルを表示 Open project: geeksree/cSharpGeeks Class Usage Examples

Public Properties

Property Type Description
INVALID_HANDLE_VALUE System.IntPtr

Private Methods

Method Description
AccessibleObjectFromWindow ( IntPtr hwnd, int idObject, System.Guid &iid, [ ppvObject ) : int
FindWindow ( string className, string windowName ) : IntPtr
GetAsyncKeyState ( int nVirtKey ) : int
GetKeyState ( int nVirtKey ) : int
GetKeyboardState ( byte keystate ) : int
GetVersionEx ( [ ver ) : bool
Keybd_event ( byte vk, byte scan, int flags, int extrainfo ) : void
MapVirtualKey ( int nVirtKey, int nMapType ) : int
MapWindowPoints ( IntPtr hWndFrom, IntPtr hWndTo, [ rect, int cPoints ) : int
SendInput ( int nInputs, INPUT &mi, int cbSize ) : int
SendMessage ( IntPtr hwnd, int msg, IntPtr wParam, StringBuilder sb ) : IntPtr
SendMessage ( NativeMethods hWnd, int nMsg, IntPtr wParam, IntPtr lParam ) : IntPtr
SendMessage ( NativeMethods hWnd, int nMsg, IntPtr wParam, StringBuilder lParam ) : IntPtr
SendMessageTimeout ( IntPtr hwnd, int msg, IntPtr wParam, IntPtr lParam, int flags, int uTimeout, IntPtr &pResult ) : IntPtr
SendMessageTimeout ( IntPtr hwnd, int uMsg, IntPtr wParam, NativeMethods &lParam, int flags, int uTimeout, IntPtr &result ) : IntPtr
SendMessageTimeout ( IntPtr hwnd, int uMsg, IntPtr wParam, StringBuilder lParam, int flags, int uTimeout, IntPtr &result ) : IntPtr
SendMessageTimeout ( IntPtr hwnd, int uMsg, int &wParam, int &lParam, int flags, int uTimeout, IntPtr &result ) : IntPtr
SetKeyboardState ( byte keystate ) : int
ShellExecute ( IntPtr hwnd, string lpOperation, string lpFile, string lpParameters, string lpDirectory, int nShowCmd ) : IntPtr
VkKeyScan ( char ch ) : ushort

Property Details

INVALID_HANDLE_VALUE public_oe static_oe property

public static IntPtr,System INVALID_HANDLE_VALUE
return System.IntPtr