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 值. |
在MSDN中搜索