ICoreFragmentInspector interface (winsync.h)

Enumerates the ICoreFragment objects that are contained in a knowledge object.

Inheritance

The ICoreFragmentInspector interface inherits from the IUnknown interface. ICoreFragmentInspector also has these types of members:

Methods

The ICoreFragmentInspector interface has these methods.

 
ICoreFragmentInspector::NextCoreFragments

Returns the next ICoreFragment objects in the knowledge, if they are available.
ICoreFragmentInspector::Reset

Resets the enumerator to the beginning of the knowledge.

Remarks

An ICoreFragmentInspector object can be obtained by calling ISyncKnowledge2::GetInspector on a knowledge object.

Requirements

Requirement Value
Minimum supported client Windows 7 [desktop apps only]
Minimum supported server Windows Server 2008 R2 [desktop apps only]
Target Platform Windows
Header winsync.h

See also

Windows Sync Interfaces