IEnumPrivacyRecords::Reset method
Resets the privacy records pointer to the beginning of the privacy records list.
Syntax
HRESULT Reset();
Parameters
This method has no parameters.
Return value
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.
Requirements
|
Minimum supported client |
Windows XP |
|---|---|
|
Minimum supported server |
Windows 2000 Server |
|
Product |
Internet Explorer 6 |
|
Header |
|
|
IDL |
|
|
DLL |
|
See also
- IEnumPrivacyRecords
- Reference
- IEnumPrivacyRecords::GetSize
- IEnumPrivacyRecords::GetPrivacyImpacted
- IEnumPrivacyRecords::Next
Show: