[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 int SendMessage(
HandleRef hWnd,
uint uMsg,
IntPtr wParam,
IntPtr lParam
)
public static int SendMessage(
HandleRef hWnd,
uint uMsg,
IntPtr wParam,
IntPtr lParam
)
Public Shared Function SendMessage (
hWnd As HandleRef,
uMsg As UInteger,
wParam As IntPtr,
lParam As IntPtr
) As Integer
Public Shared Function SendMessage (
hWnd As HandleRef,
uMsg As UInteger,
wParam As IntPtr,
lParam As IntPtr
) As Integer
public:
static int SendMessage(
HandleRef hWnd,
unsigned int uMsg,
IntPtr wParam,
IntPtr lParam
)
public:
static int SendMessage(
HandleRef hWnd,
unsigned int uMsg,
IntPtr wParam,
IntPtr lParam
)
static member SendMessage :
hWnd : HandleRef *
uMsg : uint32 *
wParam : IntPtr *
lParam : IntPtr -> intstatic member SendMessage :
hWnd : HandleRef *
uMsg : uint32 *
wParam : IntPtr *
lParam : IntPtr -> intReturn Value
Type:
Int32