Método IPrintTicketProvider2::GetPrintDeviceResources (prdrvcom.h)

Describe el método IPrintTicketProvider2::GetPrintDeviceResources .

Sintaxis

HRESULT GetPrintDeviceResources(
  [in]  IN LPCWSTR           pszLocaleName,
  [in]  IN IXMLDOMDocument2  *pPrintTicket,
  [out] OUT IXMLDOMDocument2 **ppDeviceResources
);

Parámetros

[in] pszLocaleName

Define el parámetro LPCWSTRpszLocaleName.

[in] pPrintTicket

Define el parámetro IXMLDOMDocument2pPrintTicket.

[out] ppDeviceResources

Define el parámetro IXMLDOMDocument2ppDeviceResources.

Valor devuelto

Devuelve un valor HRESULT .

Requisitos

Requisito Valor
Header prdrvcom.h (incluya Prdrvcom.h)

Consulte también

IPrintTicketProvider2