SetDebugLoggingDirectory

#include “BlackIceDEVMODE.h”

 

BOOL SetDebugLoggingDirectory (BlackIceDEVMODE* pBlackIceDevMode, LPCTSTR pStr);

 

Description

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

 Parameters

BlackIceDEVMODE* pDevMode   - pointer to the BlackIceDEVMODE structure.

LPTSTR pStr                                    - new Debug Logging Directory

 

Return value

TRUE on success, otherwise FALSE.

Programming Notes

None

Code Example

None