IInternetSecurityManager.SetZoneMapping Method
Sets the zone mapping on 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 lpszPattern As String
Dim dwFlags As Integer
Dim returnValue As Integer
returnValue = instance.SetZoneMapping(dwZone, lpszPattern, dwFlags)
Syntax
'Declaration
Function SetZoneMapping ( _
dwZone As Integer, _
<InAttribute> lpszPattern As String, _
dwFlags As Integer _
) As Integer
int SetZoneMapping (
int dwZone,
[InAttribute] string lpszPattern,
int dwFlags
)
int SetZoneMapping (
int dwZone,
[InAttribute] String^ lpszPattern,
int dwFlags
)
int SetZoneMapping (
int dwZone,
/** @attribute InAttribute() */ String lpszPattern,
int dwFlags
)
function SetZoneMapping (
dwZone : int,
lpszPattern : String,
dwFlags : int
) : int
Parameters
- dwZone
- lpszPattern
- 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.