IInternetSecurityManager.MapUrlToZone(String, Int32, Int32) Method

Definition

Maps Url to a zone.

public:
 int MapUrlToZone(System::String ^ pwszUrl, [Runtime::InteropServices::Out] int % pdwZone, int dwFlags);
public int MapUrlToZone (string pwszUrl, out int pdwZone, int dwFlags);
abstract member MapUrlToZone : string * int * int -> int
Public Function MapUrlToZone (pwszUrl As String, ByRef pdwZone As Integer, dwFlags As Integer) As Integer

Parameters

pwszUrl
String
pdwZone
Int32
dwFlags
Int32

Returns

Returns Int32.

Applies to