다음을 통해 공유


ICoreFragmentInspector::NextCoreFragments

정보에 다음 ICoreFragment 개체가 있으면 해당 개체를 반환합니다.

HRESULT NextCoreFragments(
  ULONG requestedCount,
  ICoreFragment** ppiCoreFragments,
  ULONG* pFetchedCount);

매개 변수

  • requestedCount
    [in] 검색할 ICoreFragment 개체의 수입니다.
  • ppiCoreFragments
    [out, size_is(requestedCount), length_is(*pFetchedCount)] 다음 pFetchedCount ICoreFragment개의 개체를 반환합니다.
  • pFetchedCount
    [in, out] 검색된 ICoreFragment 개체의 수를 반환합니다. 이 값은 requestedCount가 1일 경우에만 NULL일 수 있습니다.

반환 값

  • S_OK

  • 더 이상 검색할 ICoreFragment 개체가 없거나, 검색된 ICoreFragment 개체의 수가 requestedCount보다 작으면 S_FALSE입니다.

  • E_POINTER

  • 이 개체를 만든 후에 개체에 포함된 정보 개체가 변경되었으면 SYNC_E_INVALID_OPERATION입니다.

참고 항목

참조

ICoreFragmentInspector 인터페이스