Jump to content

FNTM FACENAMECHANGED

From EDM2

This message notifies the subclassing application whenever the font family name is changed by the user.

Syntax

param1
PSZ pFamilyname;   /* Pointer to the currently-selected face name. */

param2
ULONG ulReserved;    /* Reserved value, should be 0. */

Parameters

pFamilyname (PSZ) - Input/Output
Pointer to the currently selected family name. The application can modify this string if it desires. The buffer set aside is the maximum size a face name string can be (FACESIZE).
ulReserved (ULONG) - Input
Reserved value, should be 0.

Returns

ulReserved (ULONG) - returns
Reserved value, should be 0.

Remarks

pFamilyname is the currently selected family name.

Default Processing

The WinDefDlgProc function does not expect to receive this message and takes no action on it other than to return 0.