Note
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
Returns an object that can be used to retrieve the contents of the knowledge object.
Syntax
HRESULT GetInspector(
REFIID riid,
void** ppiInspector);
Parameters
riid
[in] The IID of the requested inspector. Must be IID_ICoreFragmentInspector.ppiInspector
[out, iid_is(riid)] Returns an object that implements riid, and that can retrieve the contents of the knowledge object.
Return Value
S_OK
E_NOINTERFACE when riid is not IID_ICoreFragmentInspector.
E_POINTER