#include “BlackIceDEVMODE.h”
BOOL IsSendInEmailEnabled (BlackIceDEVMODE* pDevMode, BOOL* bEnable);
Description
The function retrieves TRUE if the printer driver sends the printed documents in email otherwise FALSE.
Parameters
BlackIceDEVMODE* pDevMode - pointer to the BlackIceDEVMODE structure.
BOOL* bEnable - pointer to Boolean value. bEnable is TRUE if the email sending is enabled otherwise FALSE.
Return value
TRUE on success, otherwise FALSE.
Programming Notes
None
Code Example
None