GetXMLIncludeImages

 

#include “BlackIceDEVMODE.h”

 

BOOL            GetXMLIncludeImages (BlackIceDEVMODE* pDevMode, BOOL* bEnable);

Description

Returns whether or not the use of image tags is enabled in the XML output.

Parameters

BlackIceDEVMODE* pDevMode               - pointer to the BlackIceDEVMODE structure.

BOOL* bEnable                                           - pointer to the variable, that will contain the current state.

Return value

TRUE on success, otherwise FALSE.

Programming Notes

None

Code Example

None