typedef struct _UUID_VECTOR {
unsigned long Count;
UUID * Uuid[1];
} UUID_VECTOR;
The UUID vector data structure contains a list of UUIDs. The UUID vector contains a count member followed by an array of pointers to UUIDs.
An application constructs a UUID vector to contain object UUIDs to be exported or unexported from the name service.
RpcEpRegister, RpcEpRegisterNoReplace, RpcEpUnregister, RpcNsBindingExport, RpcNsBindingUnexport