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