UUID_VECTOR structure
The UUID_VECTOR structure contains a list of UUIDs.
Syntax
typedef struct _UUID_VECTOR { unsigned long Count; UUID *Uuid[1]; } UUID_VECTOR;
Members
- Count
-
Number of UUIDs present in the array Uuid.
- Uuid
-
Array of pointers to UUIDs that contains Count elements.
Remarks
The UUID vector contains a count member containing the total number of UUIDs in the vector, 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.
Requirements
|
Minimum supported client | Windows 2000 Professional [desktop apps only] |
|---|---|
|
Minimum supported server | Windows 2000 Server [desktop apps only] |
|
Header |
|
See also
Send comments about this topic to Microsoft
Build date: 11/23/2012