Share via


FDUNLOADFONTFILE

Other versions of this page are also available for the following:

Windows Mobile Not SupportedWindows Embedded CE Supported

8/28/2008

Applies to Windows Embedded CE 6.0 R2

The FDUNLOADFONTFILE function informs a font driver that the specified font file is no longer needed.

Syntax

BOOL FDUNLOADFONTFILE(ULONG_PTR iFile);

Parameters

  • iFile
    [in] Pointer to a driver–defined value that identifies the font file to be removed. The iFile parameter is the value returned by FDLOADFONTFILE.

Return Value

The return value is TRUE if the function is successful, and FALSE otherwise.

Remarks

The driver should delete all scratch files, unload all DLLs that were loaded, and free all allocated system resources at this time.

This function is required for font drivers.

Requirements

Header fontdrv.h
Windows Embedded CE Windows Embedded CE 6.0 R2

See Also

Reference

Pluggable Fonts Reference

Other Resources

Pluggable Fonts