Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Called on every enumerated item to release the memory that was allocated when IItemFieldsEnumerator::Next was called.
HRESULT ReleaseItemFields(
ITEM_FIELDS *pItemFields);
Parameters
- pItemFields
[in] The ITEM_FIELDS object that is returned by IItemFieldsEnumerator::Next.
Return Value
- S_OK