IInternetSecurityManager.QueryCustomPolicy Method
Queries the custom policy.
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 guidKey As Guid
Dim ppPolicy As Byte
Dim pcbPolicy As Integer
Dim pContext As Byte
Dim cbContext As Integer
Dim dwReserved As Integer
Dim returnValue As Integer
returnValue = instance.QueryCustomPolicy(pwszUrl, guidKey, ppPolicy, pcbPolicy, pContext, cbContext, dwReserved)
Syntax
'Declaration
Function QueryCustomPolicy ( _
<InAttribute> pwszUrl As String, _
ByRef guidKey As Guid, _
ByRef ppPolicy As Byte, _
ByRef pcbPolicy As Integer, _
ByRef pContext As Byte, _
cbContext As Integer, _
dwReserved As Integer _
) As Integer
int QueryCustomPolicy (
[InAttribute] string pwszUrl,
ref Guid guidKey,
ref byte ppPolicy,
ref int pcbPolicy,
ref byte pContext,
int cbContext,
int dwReserved
)
int QueryCustomPolicy (
[InAttribute] String^ pwszUrl,
Guid% guidKey,
unsigned char% ppPolicy,
int% pcbPolicy,
unsigned char% pContext,
int cbContext,
int dwReserved
)
int QueryCustomPolicy (
/** @attribute InAttribute() */ String pwszUrl,
/** @ref */ Guid guidKey,
/** @ref */ byte ppPolicy,
/** @ref */ int pcbPolicy,
/** @ref */ byte pContext,
int cbContext,
int dwReserved
)
Parameters
- pwszUrl
- guidKey
- ppPolicy
- pcbPolicy
- pContext
- cbContext
- 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.