↑  ←  Описание функции


_WinAPI_DefWindowProc

Call the default window procedure to provide default processing

#include <WinAPI.au3>
_WinAPI_DefWindowProc($hWnd, $iMsg, $iwParam, $ilParam)

Параметры

$hWnd Handle to the window procedure that received the message
$iMsg Specifies the message
$iwParam Specifies additional message information
$ilParam Specifies additional message information

Возвращаемое значение

Returns the return value is the result of the message processing and depends on the message

См. также

Искать DefWindowProc в библиотеке MSDN