DisableAdvancedText

 

#include “BlackIceDEVMODE.h”

 

BOOL            DisableAdvancedText(BlackIceDEVMODE* pDevMode);

Description

Sets the BLF_ADVANCEDTEXT flag to 0 (false). This function is obsolete since Printer Driver version 14.56, use the SetTextOutputFormat function instead.

Parameters

BlackIceDEVMODE* pDevMode            - pointer to the BlackIceDEVMODE structure.

Return value

TRUE if the flag was successfully set to 0 (false), otherwise FALSE.

Programming Notes

None

Code Example

None