TDIEntityID structure (tdiinfo.h)
[This structure may be altered or unavailable in future versions of Windows.]
Contains a part of the TDIObjectID structure to represent information about TDI drivers retrieved using the IOCTL_TCP_QUERY_INFORMATION_EX control code.
Syntax
typedef struct TDIEntityID {
ulong tei_entity;
ulong tei_instance;
} TDIEntityID;
Members
tei_entity
The type of entity being addressed. This member can be one of the following values.
tei_instance
An opaque value that can uniquely identify an entity, if a specific one is being addressed.
Requirements
Requirement | Value |
---|---|
Header | tdiinfo.h |
See also
IOCTL_TCP_QUERY_INFORMATION_EX