函数参考


_WinAPI_DefWindowProcW

Calls the default window procedure to provide default processing for any window messages.

#Include <WinAPIEx.au3>
_WinAPI_DefWindowProcW ( $hWnd, $iMsg, $wParam, $lParam )

参数

$hWnd A handle to the window procedure that received the message.
$iMsg The message.
$wParam Additional message-specific information. The content of this parameter depends on the message.
$lParam Additional message-specific information. The content of this parameter depends on the message.

返回值

Success The result of the message processing and depends on the message sent.
失败: 返回 0 并设置 @error 标志为非 0 值.

注意/说明

None

相关

详情参考

在MSDN中搜索