IsAdvancedTextEnabled

 

#include “BlackIceDEVMODE.h”

 

BOOL            IsAdvancedTextEnabled(BlackIceDEVMODE* pDevMode);

Description

Returns the value of the BLF_ADVANCEDTEXT flag. This function is obsolete since Printer Driver version 14.56, use the GetTextOutputFormat function instead.

Parameters

BlackIceDEVMODE* pDevMode            - pointer to the BlackIceDEVMODE structure

Return value

TRUE if the Save position and style is used, otherwise FALSE.

Programming Notes

None

Code Example

None