iContext::EnumContextProps 方法 (objidlbase.h)
會傳回 IEnumContextProps 介面指標,可用來列舉此內容中的內容屬性。
語法
HRESULT EnumContextProps(
[out] IEnumContextProps **ppEnumContextProps
);
參數
[out] ppEnumContextProps
接收新 IEnumContextProps 介面指標之變數的位址。
傳回值
這個方法可以傳回標準傳回值E_INVALIDARG、E_OUTOFMEMORY、E_UNEXPECTED、E_FAIL和S_OK。
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 | Windows 2000 Professional [僅限傳統型應用程式] |
最低支援的伺服器 | Windows 2000 Server [僅限桌面應用程式] |
目標平台 | Windows |
標頭 | objidlbase.h (包含 ObjIdl.h) |