IInternetZoneManager::GetZoneAtIInternetZoneManager::GetZoneAt*
*Contents  *Index  *Topic Contents
*Previous Topic: IInternetZoneManager::GetZoneActionPolicy
*Next Topic: IInternetZoneManager::GetZoneAttributes

IInternetZoneManager::GetZoneAt

HRESULT GetZoneAt(
    [in] DWORD dwEnum,
    [in] DWORD dwIndex,
    [out] DWORD *pdwZone
);

Retrieves the zone associated with the specified index on the given enumerator.

dwEnum
Double-word value that contains the enumerator created by IInternetZoneManager::CreateZoneEnumerator.
dwIndex
Double-word value that contains the index of the zone in the enumerator.
pdwZone
Address of a double-word value that contains the zone.

The index set in dwIndex must be greater than or equal to zero and less than or equal to the value pointed to by pdwCount in the call to IInternetZoneManager::CreateZoneEnumerator.


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.