EEPRINTCALLBACKTYPE

typedef enum tag_EEPRINTCALLBACKTYPE
{
   EPRINT_CALLBACKS_IMG, 
   EPRINT_CALLBACKS_UI, 
   EPRINT_CALLBACKS_JOB
}EEPRINTCALLBACKTYPE, FAR * pEEPRINTCALLBACKTYPE;

The EEPRINTCALLBACKTYPE enumeration specifies the callback function types to be registered.

Value

Meaning

EPRINT_CALLBACKS_IMG

Enable firing EMFRGSPROC and RASRGSPROC callback functions to get a printed job as an EMF data file or DIB.

EPRINT_CALLBACKS_UI

Enable firing SHOWUIPROC callback function to handle the user interface as needed in the toolkit.

EPRINT_CALLBACKS_JOB

Enable firing JOBINFOPROC and SAVESTATUSPROC callback functions to get job information or save status.

Comments

This enumeration is used within the EPNCALLBACKIDINFO structure and L_EpnRegisterCallback function.