#include “BlackIceDEVMODE.h”
BOOL SetHTMLOutputDir (BlackIceDEVMODE* pDevMode, LPCTSTR pOutputDir);
Description
This function sets the full path of the HTML content directory.
Parameters
BlackIceDEVMODE* pDevMode - pointer to the BlackIceDEVMODE structure.
LPCTSTR pOutputDir - string value of the full path of the HTML content directory to set
Return value
TRUE on success, otherwise FALSE.
Programming Notes
None
Code Example
None