SetXMLOutputDir

Sets 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.

 

SetXMLOutputDir (pBlackIceDEVMODE As Long, szDirectory As String) As Boolean

 

Input value    - pointer to the BlackIceDEVMODE structure.

                        - the new output directory.

Return value - TRUE on success, otherwise FALSE.

 

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