#include “BlackIceDEVMODE.h”
BOOL SetTextOutputDirectory(BlackIceDEVMODE* pBlackIceDevMode, LPCTSTR pValue)
Description
Sets the folder where the Text Output will be generated. To use this function, the SetTextOutputSeparateDirectory function must be used first, to enable a separate output directory for the text output.
Parameters
BlackIceDEVMODE* pBlackIceDevMode - pointer to the BlackIceDEVMODE structure
LPCTSTR pValue - the new output directory.
Return value
TRUE on success, otherwise FALSE
Programming Notes
None
Code Example
None