Name

Public Const WM_GETDLGCODE = &H87

Synopsis

wParam

Unused.

lParam

Pointer to an MSG structure, defined in Appendix C.

Description

Indicates which messages a control wants to process itself instead of having the system process them. This message is used only for controls on a dialog box.

Return Value

Indicates the type of input messages the control’s window procedure should process; can be one or more of the following, defined in Appendix C:

DLGC_BUTTON
DLGC_DEFPUSHBUTTON
DLGC_HASSETSEL
DLGC_RADIOBUTTON
DLGC_STATIC
DLGC_UNDEFPUSHBUTTON
DLGC_WANTALLKEYS
DLGC_WANTARROWS
DLGC_WANTCHARS
DLGC_WANTMESSAGE
DLGC_WANTTAB

Get Subclassing and Hooking with Visual Basic now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.