GRPC_FUNCTION_HANDLE_ARRAY_DESTRUCT_NP
- Destructs a function handle.
INTEGER FUNCTION GRPC_FUNCTION_HANDLE_ARRAY_DESTRUCT_NP(HANDLES, N)
INTEGER(KIND=8) HANDLES(*)
INTEGER N
The GRPC_FUNCTION_HANDLE_ARRAY_DESTRUCT_NP() function destructs a function handle.
This function is MT-safe.
The GRPC_FUNCTION_HANDLE_ARRAY_DESTRUCT_NP() cannot destruct a part of handles.
If successful, GRPC_NO_ERROR is returned. In the case of an error, Error code is returned.
GRPC_NOT_INITIALIZED
GRPC_INVALID_FUNCTION_HANDLE
GRPC_TIMEOUT_NP
GRPC_OTHER_ERROR_CODE