IPrintTicketProvider2::GetPrintDeviceResources 方法 (prdrvcom.h)

描述 IPrintTicketProvider2::GetPrintDeviceResources 方法。

語法

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

參數

[in] pszLocaleName

定義 LPCWSTR 參數 pszLocaleName

[in] pPrintTicket

定義 IXMLDOMDocument2 參數 pPrintTicket

[out] ppDeviceResources

定義 IXMLDOMDocument2 參數 ppDeviceResources

傳回值

傳回 HRESULT 值。

規格需求

需求
標頭 prdrvcom.h (包含 Prdrvcom.h)

另請參閱

IPrintTicketProvider2