SetTextOutputSeparateDirectory

 

#include “BlackIceDEVMODE.h”

 

BOOL SetTextOutputSeparateDirectory (BlackIceDEVMODE* pBlackIceDevMode, BOOL bEnable)

Description

If set to TRUE, the Text Output directory is separate from the normal output directory. If set to FALSE, the Text Output is generated in the same directory as the normal output.

If a separate Text Output directory is used, the SetTextOutputDirectory function can be used to set the text output directory.

Parameters

BlackIceDEVMODE* pBlackIceDevMode        - pointer to the BlackIceDEVMODE structure

BOOL bEnable        - Set to TRUE to set a separate text output directory, FALSE otherwise.

Return value

TRUE on success, otherwise FALSE

Programming Notes

None

Code Example

None