getquicbridgeprofileResult Structure Definition

The getquicbridgeprofileResult structure defines the return type for getquicbridgeprofile API.

Syntax



Members

rc

If the method succeeds, rc is 0 else rc > 0. Values above 0x8000 indicate Warnings.

message

If the method succeeds, message is NULL else message contains Error/Warning message.

quicbridgeprofileList

List of quicbridgeprofiles


quicbridgeprofile Structure Definition

The quicbridgeprofile structure defines the actual return type values for getquicbridgeprofile API.

Syntax



Members

name

Name for the QUIC profile.

routingalgorithm

Routing algorithm to generate routable connection IDs.

serveridlength

Length of serverid to encode/decode server information

refcnt

Number of entities using this profile

_nextgenapiresource


See Also