ReactOS 0.4.16-dev-340-g0540c21
|
#include <ntifs.template.h>
Public Attributes | |
union { | |
struct { | |
CSHORT DataLength | |
CSHORT TotalLength | |
} s1 | |
ULONG Length | |
} | u1 |
union { | |
struct { | |
CSHORT Type | |
CSHORT DataInfoOffset | |
} s2 | |
ULONG ZeroInit | |
} | u2 |
union { | |
LPC_CLIENT_ID ClientId | |
double DoNotUseThisField | |
}; | |
ULONG | MessageId |
union { | |
LPC_SIZE_T ClientViewSize | |
ULONG CallbackId | |
}; | |
Definition at line 1591 of file ntifs.template.h.
__GNU_EXTENSION union { ... } _PORT_MESSAGE::@4156 |
__GNU_EXTENSION union { ... } _PORT_MESSAGE::@4158 |
ULONG _PORT_MESSAGE::CallbackId |
Definition at line 1620 of file ntifs.template.h.
LPC_CLIENT_ID _PORT_MESSAGE::ClientId |
Definition at line 1613 of file ntifs.template.h.
LPC_SIZE_T _PORT_MESSAGE::ClientViewSize |
Definition at line 1619 of file ntifs.template.h.
CSHORT _PORT_MESSAGE::DataInfoOffset |
Definition at line 1607 of file ntifs.template.h.
CSHORT _PORT_MESSAGE::DataLength |
Definition at line 1597 of file ntifs.template.h.
double _PORT_MESSAGE::DoNotUseThisField |
Definition at line 1614 of file ntifs.template.h.
ULONG _PORT_MESSAGE::Length |
Definition at line 1600 of file ntifs.template.h.
ULONG _PORT_MESSAGE::MessageId |
Definition at line 1616 of file ntifs.template.h.
struct { ... } _PORT_MESSAGE::s1 |
struct { ... } _PORT_MESSAGE::s2 |
CSHORT _PORT_MESSAGE::TotalLength |
Definition at line 1598 of file ntifs.template.h.
CSHORT _PORT_MESSAGE::Type |
Definition at line 1606 of file ntifs.template.h.
union { ... } _PORT_MESSAGE::u1 |
union { ... } _PORT_MESSAGE::u2 |
ULONG _PORT_MESSAGE::ZeroInit |
Definition at line 1609 of file ntifs.template.h.