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.
SetTextOutputDirectory(pDevMode As Long, pValue As String) As Boolean
Input value - handle to the BlackIceDEVMODE structure
Input value - the new output directory.
Return value - TRUE on success, FALSE otherwise.
NOTE: For 32-bit applications, use pDevMode as Integer, instead of Long.