GRPC_OBJECT_HANDLE_ARRAY_DESTRUCT_NP
- Destructs an object handle.
INTEGER FUNCTION GRPC_OBJECT_HANDLE_ARRAY_DESTRUCT_NP(HANDLES, N)
INTEGER(KIND=8) HANDLES(*)
INTEGER N
The GRPC_OBJECT_HANDLE_ARRAY_DESTRUCT_NP() function destructs an object handle.
This function is MT-safe.
The GRPC_OBJECT_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_OBJECT_HANDLE_NP
GRPC_OTHER_ERROR_CODE