EnableSaveStatusEvent property (IEPrint)

Visual Basic example

Visual C++ example

 

Syntax

VARIANT_BOOL EnableSaveStatusEvent(BSTR pszPrinterName);

Overview

Refer to Enable or Disable using Events

Remarks

Enables or disables firing the SaveStatusEvent event to get information about a printed job or file save status.

Possible values are:

Value

Meaning

VARIANT_TRUE

Enables firing the SaveStatusEvent event.

VARIANT_FALSE

Disables firing the SaveStatusEvent event. This is the default value.

Support for Basic functionality must be unlocked by calling the UnlockSupport method before using this property.

See Also

Elements:

EnableEMFEvent property, EnableRasterEvent property, EnableJobInfo property, EnableShowUIEvent property, ContinueShowUIEvent property, UIAboutBox property, UIMsgCaption property, EMFEvent event, RasterEvent event, JobInfoEvent event, ShowUIEvent event, SaveStatusEvent event

Topics:

ePrint: Events