UUID_VECTOR

typedef struct _UUID_VECTOR {
    unsigned long  Count;
    UUID *  Uuid[1];
}   UUID_VECTOR;
 
Count
Specifies the number of UUIDs present in the array Uuid.
Uuid
Specifies an array of pointers to UUIDs that contains Count elements.

Remarks

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.

See Also

RpcEpRegister, RpcEpRegisterNoReplace, RpcEpUnregister, RpcNsBindingExport, RpcNsBindingUnexport