#include “BlackIceDEVMODE.h”
BOOL SetSendInEmail (BlackIceDEVMODE* pDevMode, BOOL bEnable);
Description
Enables/Disables the printer driver email sender utility..
Parameters
BlackIceDEVMODE* pDevMode - pointer to the BlackIceDEVMODE structure.
BOOL bEnable - state to set
Return value
TRUE on success, otherwise FALSE.
Programming Notes
None
Code Example
None