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