#include “BlackIceDEVMODE.h”
BOOL IsTextOutputSeparateDirectoryEnabled (BlackIceDEVMODE* pBlackIceDevMode)
Description
Returns TRUE, if the Text Output directory is separate from the normal output directory, returns FALSE if the Text Output is generated in the same directory as the normal output.
If a separate Text Output directory is used, the GetTextOutputDirectory function can be used to retrieve the text output directory.
Parameters
Input value - pointer to the BlackIceDEVMODE structure
Return value
TRUE if the Text Output directory is separate from the normal output directory, FALSE otherwise.
Programming Notes
None
Code Example
None