IsDebugLoggingEnabled

Returns TRUE if the Debug Logging feature is enabled, FALSE if it is disabled. Represents the value of the “Enable Debug Logging” checkbox in the Troubleshooting dialog.

IsDebugLoggingEnabled (pDevMode As Long) As Boolean

 

Input value    - Handle to the BlackIceDEVMODE structure

Return value - TRUE if the Debug Logging feature is enabled, FALSE otherwise

 

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