SetDebugLoggingDirectory

Sets the directory where the Debug Logging file (PrnDebug.ddf) will be generated.

SetDebugLoggingDirectory (pDevMode As Long, pValue As String) As Boolean

 

Input value    - Handle to the BlackIceDEVMODE structure

Input value                - Directory of the Debug Logging file

Return value - TRUE on success, FALSE otherwise

 

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