 | WMPostMessage 方法 |
Sweet 开发框架
Posts the message.
命名空间:
Sweet.Common.Win32
程序集:
Sweet.Common (在 Sweet.Common.dll 中) 版本:3.10.1.0 (3.10.1.0)
语法public static bool PostMessage(
IntPtr hwnd,
uint msg,
IntPtr wParam,
IntPtr lParam
)
Public Shared Function PostMessage (
hwnd As IntPtr,
msg As UInteger,
wParam As IntPtr,
lParam As IntPtr
) As Boolean
static member PostMessage :
hwnd : IntPtr *
msg : uint32 *
wParam : IntPtr *
lParam : IntPtr -> bool
参数
- hwnd
- 类型:SystemIntPtr
The HWND. - msg
- 类型:SystemUInt32
The MSG. - wParam
- 类型:SystemIntPtr
The w parameter. - lParam
- 类型:SystemIntPtr
The l parameter.
返回值
类型:
Booleantrue if XXXX,
false otherwise.
参见