Skip to content

Latest commit

 

History

History
72 lines (56 loc) · 2.24 KB

nf-printerextension-iprinterqueue2-sendbidisetrequestasync.md

File metadata and controls

72 lines (56 loc) · 2.24 KB
UID title description tech.root ms.date keywords ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames f1_keywords topic_type api_type api_location api_name
NF:printerextension.IPrinterQueue2.SendBidiSetRequestAsync
IPrinterQueue2::SendBidiSetRequestAsync (printerextension.h)
Uses an XML string value to send a Bidi Set request as an asynchronous operation.
print
08/02/2022
IPrinterQueue2::SendBidiSetRequestAsync
IPrinterQueue2 interface [Print Devices],SendBidiSetRequestAsync method, IPrinterQueue2.SendBidiSetRequestAsync, IPrinterQueue2::SendBidiSetRequestAsync, SendBidiSetRequestAsync, SendBidiSetRequestAsync method [Print Devices], SendBidiSetRequestAsync method [Print Devices],IPrinterQueue2 interface, print.iprinterqueue2_sendbidisetrequestasync, printerextension/IPrinterQueue2::SendBidiSetRequestAsync
printerextension.h
Desktop
Windows 8.1
Windows Server 2012 R2
Windows
IPrinterQueue2::SendBidiSetRequestAsync
printerextension/IPrinterQueue2::SendBidiSetRequestAsync
APIRef
kbSyntax
COM
Printerextension.h
IPrinterQueue2::SendBidiSetRequestAsync

-description

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.

-parameters

-param bstrBidiRequest [in]

XML string that is used to transfer the data for the Set request.

-param pCallback [in]

Callback object for the Bidi Set request.

-param ppAsyncOperation [out, retval]

Context object associated with the asynchronous Bidi Set request (operation).

-returns

This method returns the appropriate HRESULT value.

-see-also

IPrinterBidiSetRequestCallback

IPrinterExtensionAsyncOperation

IPrinterQueue2