IsUnicodeTextEnabled

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

 

IsUnicodeTextEnabled(pBlackIceDEVMODE As Long) As Boolean

 

Input value    - handle to the BlackIceDEVMODE structure

Return value - TRUE if Unicode Text File is used, otherwise FALSE

 

NOTE: For 32-bit applications , use pBlackIceDEVMODE as Integer, instead of Long.