IFPCProtocolMessageDefinitions::GetSupportedParameters method

Applies to: desktop apps only

The GetSupportedParameters method retrieves a Variant that holds a safe array of strings containing the names of the supported parameters for the specified protocol.

Syntax

HRESULT GetSupportedParameters(
  FpcProtocolMessageDefinitionTransportProtocol Protocol,
  FpcProtocolMessageDefinitionTransportProtocol Protocol,
  [out]  VARIANT *pVal
);
FPCProtocolMessageDefinitions.GetSupportedParameters( _
  ByVal Protocol As FpcProtocolMessageDefinitionTransportProtocol, _
  ByVal Protocol As FpcProtocolMessageDefinitionTransportProtocol, _
  ByRef pVal As VARIANT _
) As VARIANT

Parameters

  • Protocol

    C++

    Required. Value from the FpcProtocolMessageDefinitionTransportProtocol enumerated type that specifies the transport protocol for which the supported parameters will be retrieved.

    VB

    Required. Value from the FpcProtocolMessageDefinitionTransportProtocol enumerated type that specifies the transport protocol for which the supported parameters will be retrieved.

  • pVal [out]
    Pointer to a VARIANT that on return receives a safe array of strings containing the names of the supported parameters for the specified protocol.

Return value

C++

This method returns S_OK if the call is successful; otherwise, it returns an error code.

VB

This method returns a Variant that holds a safe array of strings containing the names of the supported parameters for the specified protocol if successful. Otherwise, an error is raised that can be intercepted by using an error handler.

Requirements

Minimum supported client

Windows Vista

Minimum supported server

Windows Server 2008 R2, Windows Server 2008 with SP2 (64-bit only)

Version

Forefront Threat Management Gateway (TMG) 2010

IDL

Msfpccom.idl

DLL

Msfpccom.dll

See also

FPCProtocolMessageDefinitions

 

 

Build date: 7/12/2010