BOOL DrvUnloadFontFile(
IN ULONG iFile | |
); |
DrvUnloadFontFile informs a font driver that the specified font file is no longer needed.
The return value is TRUE if the function is successful.
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.