#include “BlackIceDEVMODE.h”
BOOL IsMessagingInterfaceEnabled(BlackIceDEVMODE* pDevMode);
Description
Returns the value of the BLF_SENDMESSAGE flag. Represents the value of the 'Disable the Messaging Interface' checkbox.
Parameters
BlackIceDEVMODE* pDevMode - pointer to the BlackIceDEVMODE structure
Return value
TRUE if the Messaging Interface is used (the check box is unchecked), otherwise FALSE (Messaging Interface is not used and the check box is checked)
Programming Notes
None
Code Example
None