GetXMLIncludeDTD

 

#include “BlackIceDEVMODE.h”

 

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

Description

Returns whether or not the inclusion of the DTD chunk in the XML output is enabled.

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