IsDebugLoggingEnabled

#include “BlackIceDEVMODE.h”

 

BOOL IsDebugLoggingEnabled (BlackIceDEVMODE* pBlackIceDevMode);

Description

This value specifies that the Debug Logging is enabled or not. Represents the value of the “Enable Debug Logging” checkbox in the Troubleshooting dialog.

Parameters

BlackIceDEVMODE* pDevMode   - pointer to the BlackIceDEVMODE structure.

 

Return value

TRUE: Debug Logging is enabled
FALSE: Debug logging is disabled

Programming Notes

None

Code Example

None