IPrintDocumentPackageStatusEvent::PackageStatusUpdated method (documenttarget.h)

Updates the status of the package when the print job in progress raises an event, or the job completes.

Syntax

HRESULT PackageStatusUpdated(
  [in] PrintDocumentPackageStatus *packageStatus
);

Parameters

[in] packageStatus

The status update.

Return value

If the PackageStatusUpdated method completes successfully, it returns an S_OK. Otherwise it returns an appropriate HRESULT error code.

Requirements

Requirement Value
Minimum supported client Windows 8 [desktop apps only]
Minimum supported server Windows Server 2012 [desktop apps only]
Target Platform Windows
Header documenttarget.h

See also

IPrintDocumentPackageStatusEvent

PrintDocumentPackageStatus