IsUnicodeTextEnabled

 

 

#include “BlackIceDEVMODE.h”

 

BOOL            IsUnicodeTextEnabled(BlackIceDEVMODE* pDevMode);

Description

Returns the value of the BLF_UNICODETEXT flag. Represents whether UNICODE output is enabled

Parameters

BlackIceDEVMODE* pDevMode   - pointer to the BlackIceDEVMODE structure.

Return value

TRUE if Unicode Text File is used, otherwise FALSE.

Programming Notes

None

Code Example

None