IPrinterExtensionContext::get_PrintSchemaTicket メソッド (printerextension.h)

キューとアクティブ化に適した印刷チケットを取得します。

このプロパティは読み取り専用です。

構文

HRESULT get_PrintSchemaTicket(
  IPrintSchemaTicket **ppTicket
);

パラメーター

ppTicket

適切な印刷チケット。

戻り値

HRESULT 値を返します。 プロパティ呼び出しが成功しなかった場合は、適切な HRESULT エラー コードが返されます。

IPrinterExtensionEvent::OnPrinterQueuesEnumerated コンテキストから呼び出された場合は、E_ILLEGAL_METHOD_CALLを返します。

要件

要件
サポートされている最小のクライアント Windows 8
サポートされている最小のサーバー Windows Server 2012
対象プラットフォーム Windows
ヘッダー printerextension.h

こちらもご覧ください

IPrintSchemaTicket

IPrinterExtensionContext