SetXMLOutputDir

 

#include “BlackIceDEVMODE.h”

 

BOOL            SetXMLOutputDir (BlackIceDEVMODE* pDevMode, LPTSTR pDirectory);

Description

Sets the XML content directory. The max length is MAX_PATH (260) characters. If this string is not set or set to an empty string, the regular output directory is used instead.

Parameters

BlackIceDEVMODE* pDevMode               - pointer to the BlackIceDEVMODE structure.

LPTSTR pDirectory                                     - path to the new content directory

Return value

TRUE on success, otherwise FALSE.

Programming Notes

None

Code Example

None