IsUnicodeTextEnabled

#include “BIADVPRN.H”

 

BOOL  IsUnicodeTextEnabled(DEVMODE*  pDevMode);

Description

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

Parameters

DEVMODE*

pDevMode

Pointer to the DEVMODE structure.

Return values

TRUE if Unicode Text File is used, otherwise FALSE.

Requirements

Header :     Declared in BiAdvPrn.h; include BiAdvPrn.h.

Library :    Use BiAdvPrn.lib.

DLLs :       BiAdvPrn.dll.