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.
Gets an object that can enumerate the IChangeUnitException objects that are stored in the knowledge.
Syntax
HRESULT GetChangeUnitExceptions(
REFIID riid,
IUnknown **ppUnk);
Parameters
riid
[in] The IID of the object to retrieve. Must be IID_IEnumChangeUnitExceptions.ppUnk
[out, riid_is(riid)] Returns an object that implements riid and that can enumerate the list of IChangeUnitException objects that is contained in the knowledge.
Return Value
S_OK
E_INVALIDARG
E_NOINTERFACE
E_OUTOFMEMORY
Remarks
Be aware that there is no single representation of knowledge. Equivalent knowledge might be represented in different forms and return different values from GetChangeUnitExceptions.