GetDebugLoggingDirectory

#include “BlackIceDEVMODE.h”

 

BOOL GetDebugLoggingDirectory (BlackIceDEVMODE* pBlackIceDevMode, LPTSTR pStr, DWORD* dwSize);

 

Description

Returns the directory where the Debug Logging file (PrnDebug.ddf) will be generated. If pStr is NULL and dwSize points to a 0 value, the required buffer size will be returned in *pSize.

Parameters

BlackIceDEVMODE* pDevMode   - pointer to the BlackIceDEVMODE structure.

LPTSTR pStr                                    - buffer for the Debug Logging Directory

DWORD* dwSize                             - pointer to variable that contains the length of pStr in bytes.

 

Return value

TRUE on success, otherwise FALSE.

Programming Notes

None

Code Example

None