#include “BlackIceDEVMODE.h”
BOOL GetXMLIncludePath (BlackIceDEVMODE* pDevMode, BOOL* bEnable);
Description
Returns whether or not the use of path 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