BOOL DrvUnloadFontFile(
IN ULONG iFile | |
); |
DrvUnloadFontFile informs a font driver that the specified font file is no longer needed.
Parameters
iFile
Identifies the font file to be removed. The iFile parameter is a value returned by DrvLoadFontFile.
Return Value
The return value is TRUE if the function is successful.
Comments
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.