GetXMLOutputDir

Returns the XML content directory. The max length is MAX_PATH (260) characters. If this string is not set or set to an empty string, the regular output directory is used instead. See the GetOutputDirectory function.

 

GetXMLOutputDir (pBlackIceDEVMODE As Long) As String

 

Input value    - pointer to the BlackIceDEVMODE structure.

Return value - string value. The currently set output directory.

 

NOTE: For 32-bit applications , use pBlackIceDEVMODE as Integer, instead of Long.