#include “BIADVPRN.H”
BOOL IsMessagingInterfaceEnabled(DEVMODE* pDevMode);
Description
Returns the value of the BLF_SENDMESSAGE flag. Represents the value of the 'Disable the Messaging Interface' checkbox.
Parameters
|
DEVMODE* |
pDevMode |
Pointer to the DEVMODE structure. |
Return values
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)
Requirements
Header : Declared in BiAdvPrn.h; include BiAdvPrn.h.
Library : Use BiAdvPrn.lib.
DLLs : BiAdvPrn.dll.