IsMessagingInterfaceEnabled

Returns the value of the BLF_SENDMESSAGE flag. Represents the value of the 'Disable the Messaging Interface' checkbox, BUT the flag and the check box contain the opposite value.

 

IsMessagingInterfaceEnabled(pBlackIceDEVMODE As Long) As Boolean

 

Input value    - handle to the BlackIceDEVMODE

Return value - TRUE if the Messaging Interface is used (the check box is unchecked), otherwise FALSE ( The Messaging Interface is not used and the check box is checked)

 

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