Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
This static function implements the dialog box procedure.
static LRESULT CALLBACK DialogProc(
HWND hWnd,
UINT uMsg,
WPARAM wParam,
LPARAM lParam
);
Parameters
hWnd
[in] The handle to the dialog box.uMsg
[in] The message sent to the dialog box.wParam
[in] Additional message-specific information.lParam
[in] Additional message-specific information.
Return Value
TRUE if the message is processed; otherwise, FALSE.
Remarks
DialogProc uses the default message map to direct messages to the appropriate handlers.
You can override DialogProc to provide a different mechanism for handling messages.
Requirements
Header: atlwin.h