Share via


IInternetSecurityManager.ProcessUrlAction Method

Processes an action on 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 pwszUrl As String
Dim dwAction As Integer
Dim pPolicy As Byte
Dim cbPolicy As Integer
Dim pContext As Byte
Dim cbContext As Integer
Dim dwFlags As Integer
Dim dwReserved As Integer
Dim returnValue As Integer

returnValue = instance.ProcessUrlAction(pwszUrl, dwAction, pPolicy, cbPolicy, pContext, cbContext, dwFlags, dwReserved)

Syntax

'Declaration
Function ProcessUrlAction ( _
    <InAttribute> pwszUrl As String, _
    dwAction As Integer, _
    <OutAttribute> ByRef pPolicy As Byte, _
    cbPolicy As Integer, _
    pContext As Byte, _
    cbContext As Integer, _
    dwFlags As Integer, _
    dwReserved As Integer _
) As Integer
int ProcessUrlAction (
    [InAttribute] string pwszUrl,
    int dwAction,
    out byte pPolicy,
    int cbPolicy,
    byte pContext,
    int cbContext,
    int dwFlags,
    int dwReserved
)
int ProcessUrlAction (
    [InAttribute] String^ pwszUrl, 
    int dwAction, 
    [OutAttribute] unsigned char% pPolicy, 
    int cbPolicy, 
    unsigned char pContext, 
    int cbContext, 
    int dwFlags, 
    int dwReserved
)
int ProcessUrlAction (
    /** @attribute InAttribute() */ String pwszUrl, 
    int dwAction, 
    /** @attribute OutAttribute() */ /** @ref */ byte pPolicy, 
    int cbPolicy, 
    byte pContext, 
    int cbContext, 
    int dwFlags, 
    int dwReserved
)

Parameters

  • pwszUrl
  • dwAction
  • pPolicy
  • cbPolicy
  • pContext
  • cbContext
  • dwFlags
  • dwReserved

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.