ChooseFontW.3w

Langue: en

Version: Jun 2009 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

ChooseFontW (COMDLG32.@)

SYNOPSIS

BOOL ChooseFontW
 (
  LPCHOOSEFONTW lpChFont
 )

DESCRIPTION

Create a font dialog box.

PARAMS

lpChFont [In/Out] in: information to initialize the dialog box. out: User's color selection.

RETURNS

TRUE: Ok button clicked.

FALSE: Cancel button clicked, or error.

IMPLEMENTATION

Defined in "commdlg.h".

Implemented in "dlls/comdlg32/fontdlg.c".

Debug channel "commdlg".