UUID_VECTOR structure (rpcdce.h)

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[1]

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

Requirement Value
Minimum supported client Windows 2000 Professional [desktop apps only]
Minimum supported server Windows 2000 Server [desktop apps only]
Header rpcdce.h (include Rpc.h)

See also

RpcEpRegister

RpcEpRegisterNoReplace

RpcEpUnregister

RpcNsBindingExport

RpcNsBindingUnexport