getpcpserverResult Structure Definition

The getpcpserverResult structure defines the return type for getpcpserver 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.

pcpserverList

List of pcpservers


pcpserver Structure Definition

The pcpserver structure defines the actual return type values for getpcpserver API.

Syntax



Members

name

Name of the pcp server.

port

Port number for the PCP server.

pcpprofile

pcp profile name

_nextgenapiresource


See Also