EnableMessagingInterface

#include “BIADVPRN.H”

 

BOOL  EnableMessagingInterface(DEVMODE*  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

DEVMODE*

pDevMode

Pointer to the DEVMODE structure.

Return values

TRUE if the flag was successfully set, otherwise FALSE.

Requirements

Header :     Declared in BiAdvPrn.h; include BiAdvPrn.h.

Library :    Use BiAdvPrn.lib.

DLLs :       BiAdvPrn.dll.