srv_paramsetoutput

Sets the value of a return parameter. This function supersedes the function. srvproc Is a handle for a client connection. n Is the ordinal number

Sets the value of a return parameter. This function supersedes the

function.

srvproc

Is a handle for a client connection.

n

Is the ordinal number of the parameter to be set. The first parameter is 1.

Important

This feature will be removed in a future version of SQL Server. Avoid using this feature in

new development work, and plan to modify applications that currently use this feature.

Use CLR integration instead.

int srv_paramsetoutput (
SRV_PROC *
srvproc
,
int n
,
BYTE *
pbData
,
ULONG cbLen
,
BOOL fNull
);