IXpsDocumentProvider::GetXpsPart 方法 (filterpipeline.h)
方法 GetXpsPart
會擷取組成 XPS 檔的數個物件。
語法
HRESULT GetXpsPart(
[out] IUnknown **ppIXpsPart
);
參數
[out] ppIXpsPart
XPS 元件。 這個部分是 XPS 元件之物件的 IUnknown 介面。 如果 ppIXpsPart 為 NULL,則不再需要 XPS 元件,且篩選條件已準備好完成處理。
傳回值
GetXpsPart
會傳回 HRESULT。
備註
在 GetXpsPart 方法傳回的值上使用 QueryInterface,以判斷其擷取的物件類型。
規格需求
需求 | 值 |
---|---|
目標平台 | 桌面 |
標頭 | filterpipeline.h |