Share via


IInternetSecurityManager.QueryCustomPolicy Method

Definition

Queries the custom policy.

public:
 int QueryCustomPolicy(System::String ^ pwszUrl, Guid % guidKey, System::Byte % ppPolicy, int % pcbPolicy, System::Byte % pContext, int cbContext, int dwReserved);
public int QueryCustomPolicy (string pwszUrl, ref Guid guidKey, ref byte ppPolicy, ref int pcbPolicy, ref byte pContext, int cbContext, int dwReserved);
abstract member QueryCustomPolicy : string * Guid * byte * int * byte * int * int -> int
Public Function QueryCustomPolicy (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

Parameters

pwszUrl
String
guidKey
Guid
ppPolicy
Byte
pcbPolicy
Int32
pContext
Byte
cbContext
Int32
dwReserved
Int32

Returns

Returns Int32.

Applies to