SetXMLIncludeImages

 

#include “BlackIceDEVMODE.h”

 

BOOL            SetXMLIncludeImages (BlackIceDEVMODE* pDevMode, BOOL bEnable);

Description

Enables or disables the use of image 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