getnstcpbufparamResult Structure Definition

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

nstcpbufparamList

List of nstcpbufparams


nstcpbufparam Structure Definition

The nstcpbufparam structure defines the actual return type values for getnstcpbufparam API.

Syntax



Members

size

TCP buffering size per connection, in kilobytes.

memlimit

Maximum memory, in megabytes, that can be used for buffering.

builtin

Flag to determine if TCP buffering is built-in or not

_nextgenapiresource


See Also