grpc_object_handle_array_init_np
- grpc_object_handle_array_init_np - Initializes an object handle.
grpc_error_t grpc_object_handle_array_init_np(
grpc_object_handle_t_np *handles,
size_t nhandles,
char *server_name,
char *class_name)
grpc_object_handle_t_np *handles
size_t nhandles
char *server_name
char *class_name
The grpc_object_handle_array_init_np() initializes the object handles.
The server_name argument can be specified as the same way with server_name argument in grpc_function_handle_init().
This function is MT-safe.
GRPC_NOT_INITIALIZED
GRPC_SERVER_NOT_FOUND
GRPC_FUNCTION_NOT_FOUND
GRPC_OTHER_ERROR_CODE