[This is preliminary documentation and is subject to change.]
Namespace: NFX.WinApiAssembly: NFX.WinForms (in NFX.WinForms.dll) Version: 3.0.0.1 (3.0.0.1)
public static bool PostMessage(
HandleRef hWnd,
uint Msg,
IntPtr wParam,
IntPtr lParam
)
public static bool PostMessage(
HandleRef hWnd,
uint Msg,
IntPtr wParam,
IntPtr lParam
)
Public Shared Function PostMessage (
hWnd As HandleRef,
Msg As UInteger,
wParam As IntPtr,
lParam As IntPtr
) As Boolean
Public Shared Function PostMessage (
hWnd As HandleRef,
Msg As UInteger,
wParam As IntPtr,
lParam As IntPtr
) As Boolean
public:
static bool PostMessage(
HandleRef hWnd,
unsigned int Msg,
IntPtr wParam,
IntPtr lParam
)
public:
static bool PostMessage(
HandleRef hWnd,
unsigned int Msg,
IntPtr wParam,
IntPtr lParam
)
static member PostMessage :
hWnd : HandleRef *
Msg : uint32 *
wParam : IntPtr *
lParam : IntPtr -> boolstatic member PostMessage :
hWnd : HandleRef *
Msg : uint32 *
wParam : IntPtr *
lParam : IntPtr -> boolReturn Value
Type:
Boolean