IInternetZoneManager::CreateZoneEnumerator
This method creates a zone enumerator.
HRESULT CreateZoneEnumerator(
DWORD* pdwEnum,
DWORD* pdwCount,
DWORD dwFlags
);
Parameters
- pdwEnum
[out] Address of the unsigned long integer value that serves as the zone enumerator. - pdwCount
[out] Address of an unsigned long integer value that indicates the number of zones enumerated. - dwFlags
[in] Reserved. Must be set to zero.
Return Values
Returns S_OK if successful or an error value otherwise.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Urlmon.h, Urlmon.idl.
Link Library: Urlmon.lib.
See Also
IInternetZoneManager::DestroyZoneEnumerator
Last updated on Saturday, April 10, 2004
© 1992-2003 Microsoft Corporation. All rights reserved.