#include “BlackIceDEVMODE.h”
BOOL EnableMessagingInterface(BlackIceDEVMODE* pDevMode);
Description
Sets the BLF_SENDMESSAGE flag. Sets the value of the 'Disable the Messaging Interface' checkbox UNCHECKED. The driver will use the Messaging Interface and will broadcast messages at every startdoc, startpage, endpage and enddoc.
Parameters
BlackIceDEVMODE* pDevMode - pointer to the BlackIceDEVMODE structure.
Return value
TRUE if the flag was successfully set, otherwise FALSE.
Programming Notes
None
Code Example
None