Share via


FDUNLOADFONTFILE (Compact 2013)

3/28/2014

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

See Also

Reference

Fonts Functions