CF_APPLY top-level constant

int const CF_APPLY

Causes the dialog box to display the Apply button. You should provide a hook procedure to process WM_COMMAND messages for the Apply button. The hook procedure can send the WM_CHOOSEFONT_GETLOGFONT message to the dialog box to retrieve the address of the structure that contains the current selections for the font.

Implementation

const CF_APPLY = 0x00000200;