IPrinterQueue2::SendBidiSetRequestAsync メソッド (printerextension.h)
XML 文字列値を使用して、Bidi Set 要求を非同期操作として送信します。
このメソッドを使用すると、ユーザーはプリンター用の UWP デバイス アプリ内からデバイスメンテナンス タスクを実行できます。
構文
HRESULT SendBidiSetRequestAsync(
[in] BSTR bstrBidiRequest,
[in] IPrinterBidiSetRequestCallback *pCallback,
[out, retval] IPrinterExtensionAsyncOperation **ppAsyncOperation
);
パラメーター
[in] bstrBidiRequest
Set 要求のデータを転送するために使用される XML 文字列。
[in] pCallback
Bidi Set 要求のコールバック オブジェクト。
[out, retval] ppAsyncOperation
非同期の Bidi Set 要求 (操作) に関連付けられているコンテキスト オブジェクト。
戻り値
このメソッドは、適切な HRESULT 値を 返します。
要件
要件 | 値 |
---|---|
サポートされている最小のクライアント | Windows 8.1 |
サポートされている最小のサーバー | Windows Server 2012 R2 |
対象プラットフォーム | デスクトップ |
Header | printerextension.h |
こちらもご覧ください
IPrinterBidiSetRequestCallback