Reset method
Resets the privacy records pointer to the beginning of the privacy records list.
Syntax
HRESULT retVal = object.Reset();
Parameters
This method has no parameters.
Return value
Type: HRESULT
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Remarks
IEnumPrivacyRecords::Reset was introduced in Microsoft Internet Explorer 6.
This method must be called before attempting to access privacy records after the user initiates a top-level navigation.
See also
Reference