|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <evntprov.h>
Public Attributes | |
| USHORT | Id |
| UCHAR | Version |
| UCHAR | Channel |
| UCHAR | Level |
| UCHAR | Opcode |
| USHORT | Task |
| ULONGLONG | Keyword |
Definition at line 61 of file evntprov.h.
| UCHAR _EVENT_DESCRIPTOR::Channel |
Definition at line 64 of file evntprov.h.
Referenced by EventDescCreate(), EventDescGetChannel(), and EventDescSetChannel().
| USHORT _EVENT_DESCRIPTOR::Id |
Definition at line 62 of file evntprov.h.
Referenced by EventDescCreate(), EventDescGetId(), and EventDescSetId().
| ULONGLONG _EVENT_DESCRIPTOR::Keyword |
Definition at line 68 of file evntprov.h.
Referenced by EventDescCreate(), EventDescGetKeyword(), EventDescOrKeyword(), and EventDescSetKeyword().
| UCHAR _EVENT_DESCRIPTOR::Level |
Definition at line 65 of file evntprov.h.
Referenced by EventDescCreate(), EventDescGetLevel(), and EventDescSetLevel().
| UCHAR _EVENT_DESCRIPTOR::Opcode |
Definition at line 66 of file evntprov.h.
Referenced by EventDescCreate(), EventDescGetOpcode(), and EventDescSetOpcode().
| USHORT _EVENT_DESCRIPTOR::Task |
Definition at line 67 of file evntprov.h.
Referenced by EventDescCreate(), EventDescGetTask(), and EventDescSetTask().
| UCHAR _EVENT_DESCRIPTOR::Version |
Definition at line 63 of file evntprov.h.
Referenced by EventDescCreate(), EventDescGetVersion(), and EventDescSetVersion().