#include “BlackIceDEVMODE.h”
BOOL SetXMLIncludeText (BlackIceDEVMODE* pDevMode, BOOL bEnable);
Description
Enables or disables the use of text tags in the XML output.
Parameters
BlackIceDEVMODE* pDevMode - pointer to the BlackIceDEVMODE structure.
BOOL bEnable - new state of the option
Return value
TRUE on success, otherwise FALSE.
Programming Notes
None
Code Example
None