Passes message information to the specified window procedure.
#Include <WinAPIEx.au3>
_WinAPI_CallWindowProcW ( $pPrevWndProc, $hWnd, $iMsg, $wParam, $lParam )
$pPrevWndProc | The address of a previous window procedure, or a special internal value meaningful only to _WinAPI_CallWindowProcW() function. |
$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中搜索