#include “BlackIceDEVMODE.h”
BOOL SetDebugLoggingEnabled (BlackIceDEVMODE* pBlackIceDevMode, BOOL bEnable);
Description
This value specifies that the Debug Logging is enabled or not. Please note that enabling the Debug Logging feature can generate large log file.
Parameters
BlackIceDEVMODE* pDevMode - pointer to the BlackIceDEVMODE structure.
BOOL bEnable - contains the state of the Debug Logging enabled
option:
TRUE: Debug Logging is enabled
FALSE: Debug logging is disabled
Return value
TRUE on success, otherwise FALSE.
Programming Notes
None
Code Example
None