UUID VectorThe UUID vector data structure contains a list of UUIDs. The UUID vector contains a count member (count), followed by an array of pointers to UUIDs. The C language representation of a UUID vector is as follows:
typedef struct An application constructs a UUID vector to contain object UUIDs to be exported or unexported from the name service database. The following routines require a UUID vector and show an argument data type of uuid_vector_t: · rpc_ep_register_no_replace( ) · rpc_ns_mgmt_binding_unexport( )
|