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.
IsTextOutputSeparateDirectoryEnabled (pDevMode As Long) As Boolean
Input value - handle to the BlackIceDEVMODE structure
Return value - TRUE if the Text Output directory is separate from the normal output directory, FALSE otherwise.
NOTE: For 32-bit applications, use pDevMode as Integer, instead of Long.