ICoreFragmentInspector::NextCoreFragments
返回知识中的后续 ICoreFragment 对象(如果有)。
语法
HRESULT NextCoreFragments(
ULONG requestedCount,
ICoreFragment** ppiCoreFragments,
ULONG* pFetchedCount);
参数
requestedCount
[in] 要检索的 ICoreFragment 对象数。ppiCoreFragments
[out, size_is(requestedCount), length_is(*pFetchedCount)] 返回下一个 pFetchedCountICoreFragment 对象。pFetchedCount
[in, out] 返回已检索的 ICoreFragment 对象数。仅当 requestedCount 为 1 时,此值可为 NULL。
返回值
S_OK
如果没有更多要检索的 ICoreFragment 对象,或者检索的 ICoreFragment 对象数少于 requestedCount,则返回值为 S_FALSE。
E_POINTER
如果包含在此对象中的知识对象自创建此对象以来已经发生变更,则返回值为 SYNC_E_INVALID_OPERATION。