NAME

GRPC_SINFO_GET_COMP_TO_REMOTE_ORIGINAL_NBYTES_NP - Gets original size of an argument from the session information.

SYNOPSIS

INTEGER FUNCTION GRPC_SINFO_GET_COMP_TO_REMOTE_ORIGINAL_NBYTES_NP(SESSION_INFO, N, VALUE)

ARGUMENTS

INTEGER(KIND=8) SESSION_INFO
The session information
INTEGER N
The index of an argument related to information to be getton
INTEGER VALUE
The area for returning original size of an argument

DESCRIPTION

The GRPC_SINFO_GET_COMP_TO_REMOTE_ORIGINAL_NBYTES_NP() function gets original size of an argument from the session information.

This value is measured on transferring arguments from Ninf-G Client to Executable.

This function is MT-safe.

RETURN VALUE

If successful, GRPC_NO_ERROR is returned. In the case of an error, Error code is returned.

ERRORS

GRPC_NOT_INITIALIZED
GRPC client is not initialized yet.
GRPC_OTHER_ERROR_CODE
Internal error detected.

last update : $Date$