Share via


IInternetZoneManager::CreateZoneEnumerator (Windows CE 5.0)

Send Feedback

This method creates a zone enumerator.

HRESULTCreateZoneEnumerator(DWORD* pdwEnum,DWORD* pdwCount,DWORDdwFlags);

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

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.