共用方式為


IADsPrintQueueOperations::P rintJobs 方法 (iads.h)

IADsPrintQueueOperations::P rintJobs方法會在此列印佇列中處理的列印工作集合上取得IADsCollection介面指標。 您可以使用 IEnumVARIANT上的標準自動化列舉方法來列舉此集合。 若要刪除列印工作,請在擷取的介面指標上使用 IADsCollection::Remove 方法。

語法

HRESULT PrintJobs(
  [out] IADsCollection **pObject
);

參數

[out] pObject

新增至這個列印佇列之物件集合上 IADsCollection 介面指標的指標。 集合中的物件會實作 IADsPrintJob 介面。

傳回值

這個方法支援標準傳回值。 如需其他傳回值的詳細資訊,請參閱 ADSI 錯誤碼

需求

   
最低支援的用戶端 Windows Vista
最低支援的伺服器 Windows Server 2008
目標平台 Windows
標頭 iads.h
Dll Activeds.dll

另請參閱

ADsEnumerateNext

IADsCollection

IADsCollection::Remove

IADsPrintJob

IADsPrintJob 屬性方法

IADsPrintQueueOperations

IEnumVARIANT