IPrinterQueue2::SendBidiSetRequestAsync method
Uses an XML string value to send a Bidi Set request as an asynchronous operation.
This method allows the user to perform device maintenance tasks from within a UWP device app for printers.
Syntax
HRESULT SendBidiSetRequestAsync( [in] BSTR bstrBidiRequest, [in] IPrinterBidiSetRequestCallback *pCallback, [out, retval] IPrinterExtensionAsyncOperation ** ppAsyncOperation );
Parameters
- bstrBidiRequest [in]
-
XML string that is used to transfer the data for the Set request.
- pCallback [in]
-
Callback object for the Bidi Set request.
- ppAsyncOperation [out, retval]
-
Context object associated with the asynchronous Bidi Set request (operation).
Return value
This method returns the appropriate HRESULT value.
Requirements
|
Minimum supported client |
Windows 8.1 |
|---|---|
|
Minimum supported server |
Windows Server 2012 R2 |
|
Target platform |
|
|
Header |
|
See also