Share via


IInternetSecurityManager.MapUrlToZone Method

Maps Url to a zone.

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 pwszUrl As String
Dim pdwZone As Integer
Dim dwFlags As Integer
Dim returnValue As Integer

returnValue = instance.MapUrlToZone(pwszUrl, pdwZone, dwFlags)

Syntax

'Declaration
Function MapUrlToZone ( _
    <InAttribute> pwszUrl As String, _
    <OutAttribute> ByRef pdwZone As Integer, _
    dwFlags As Integer _
) As Integer
int MapUrlToZone (
    [InAttribute] string pwszUrl,
    out int pdwZone,
    int dwFlags
)
int MapUrlToZone (
    [InAttribute] String^ pwszUrl, 
    [OutAttribute] int% pdwZone, 
    int dwFlags
)
int MapUrlToZone (
    /** @attribute InAttribute() */ String pwszUrl, 
    /** @attribute OutAttribute() */ /** @ref */ int pdwZone, 
    int dwFlags
)

Parameters

  • pwszUrl
  • pdwZone
  • dwFlags

Return Value

Returns 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.