IPrinterExtensionEventArgs::get_DetailedReasonId method (printerextension.h)

Gets a more detailed activation reason than what can be retrieved from ReasonId.

This property is read-only.

Syntax

HRESULT get_DetailedReasonId(
  GUID *pDetailedReasonId
);

Parameters

pDetailedReasonId

Defines the GUID parameter pDetailedReasonId.

Return value

Returns an HRESULT value. If the property call was not successful, it returns the appropriate HRESULT error code.

Remarks

The value of DetailedReasonId is always {5D5A1704-DFD1-4181-8EEE-815C86EDAD31}, which indicates that the printer extension was activated as a result of a Bidi event.

Requirements

Requirement Value
Minimum supported client Windows 8
Minimum supported server Windows Server 2012
Target Platform Windows
Header printerextension.h

See also

IPrinterExtensionEventArgs

ReasonId