DIB_EnumDFonts


WORD DIB_EnumDFonts(LPPDEVICE lpDestDev, LPSZ lpFaceName, 
    FARPROC lpCallbackFunc, LPVOID lpClientData);

In other drivers, this function returns information about device fonts by passing the information to the specified callback function. However, the DIB Engine has no fonts to enumerate. This function is implemented as a stub function that carries out no action. It is provided to be consistent with the device driver interface.