WM_CHOOSEFONT_SETFLAGS message
An application sends the WM_CHOOSEFONT_SETFLAGS message to a Font dialog box to set the display options for the dialog box.
#define WM_USER 0x0400
#define WM_CHOOSEFONT_SETFLAGS (WM_USER + 102)
Parameters
-
wParam
-
This parameter is not used.
-
lParam
-
A pointer to a CHOOSEFONT structure that contains new settings in the Flags member.
Return value
No return value.
Remarks
The ChooseFont function creates a Font dialog box and uses a CHOOSEFONT structure to specify the initial values for the Flags member. Use the WM_CHOOSEFONT_SETFLAGS message to specify different values for the Flags member while the Font dialog box is open.
Typically, you should send the WM_CHOOSEFONT_SETFLAGS message from a CFHookProc hook procedure.
Requirements
Requirement | Value |
---|---|
Minimum supported client |
Windows 2000 Professional [desktop apps only] |
Minimum supported server |
Windows 2000 Server [desktop apps only] |
Header |
|
See also
-
Reference
-
Conceptual