IEnumPrivacyRecords::GetSize method
Gets the total number of privacy records.
Syntax
HRESULT GetSize( [out] unsigned long *pSize );
Parameters
- pSize [out]
-
Returns the number of privacy records.
Return value
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Remarks
IEnumPrivacyRecords::GetSize was introduced in Microsoft Internet Explorer 6.
Requirements
|
Minimum supported client |
Windows XP |
|---|---|
|
Minimum supported server |
Windows 2000 Server |
|
Product |
Internet Explorer 6 |
|
Header |
|
|
IDL |
|
|
DLL |
|
See also
- IEnumPrivacyRecords
- Reference
- IEnumPrivacyRecords::Reset
- IEnumPrivacyRecords::GetPrivacyImpacted
- IEnumPrivacyRecords::Next
Show: