#include “BlackIceDEVMODE.h”
BOOL IsWriteTextEnabled(BlackIceDEVMODE* pDevMode);
Description
Returns the value of the BLF_WRITETEXT flag. Represents the value of the 'Write Text File' checkbox.
Parameters
BlackIceDEVMODE* pDevMode - pointer to the BlackIceDEVMODE structure
Return value
TRUE if Write Text File is used, otherwise FALSE
Programming Notes
None
Code Example
None