Share via


IInternetSecurityManager.GetZoneMappings Method

Gets the zone mappings of a url.

Namespace: Microsoft.Uii.Csr.Browser.Web
Assembly: Microsoft.Uii.Csr.Browser.Web (in Microsoft.Uii.Csr.Browser.Web.dll)

Usage

'Usage
Dim instance As IInternetSecurityManager
Dim dwZone As Integer
Dim ppenumString As IEnumString
Dim dwFlags As Integer
Dim returnValue As Integer

returnValue = instance.GetZoneMappings(dwZone, ppenumString, dwFlags)

Syntax

'Declaration
Function GetZoneMappings ( _
    dwZone As Integer, _
    <OutAttribute> ByRef ppenumString As IEnumString, _
    dwFlags As Integer _
) As Integer
int GetZoneMappings (
    int dwZone,
    out IEnumString ppenumString,
    int dwFlags
)
int GetZoneMappings (
    int dwZone, 
    [OutAttribute] IEnumString^% ppenumString, 
    int dwFlags
)
int GetZoneMappings (
    int dwZone, 
    /** @attribute OutAttribute() */ /** @ref */ IEnumString ppenumString, 
    int dwFlags
)

Parameters

  • dwZone
  • ppenumString
  • dwFlags

Return Value

Type: Int32

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

See Also

Reference

IInternetSecurityManager Interface
IInternetSecurityManager Members
Microsoft.Uii.Csr.Browser.Web Namespace

Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.