RPC_IF_ID structure (rpcdce.h)
The RPC_IF_ID structure contains the interface UUID and major and minor version numbers of an interface.
Syntax
typedef struct _RPC_IF_ID {
UUID Uuid;
unsigned short VersMajor;
unsigned short VersMinor;
} RPC_IF_ID;
Members
Uuid
Specifies the interface UUID.
VersMajor
Major version number, an integer from 0 to 65535, inclusive.
VersMinor
Minor version number, an integer from 0 to 65535, inclusive.
Remarks
An interface identification is a subset of the data contained in the interface-specification structure. Routines that require an interface identification structure show a data type of RPC_IF_ID. In those routines, the application is responsible for providing memory for the structure.
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) |