The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
EventDescGetId macro
Retrieves the event identifier from the event descriptor.
Syntax
USHORT EventDescGetId(
[in] PEVENT_DESCRIPTOR EventDescriptor
);
Parameters
- EventDescriptor [in]
-
Event descriptor from which to retrieve the event identifier. See EVENT_DESCRIPTOR.
Return value
The event identifier.
Remarks
This is a convenience macro for retrieving the member of the EVENT_DESCRIPTOR structure.
Requirements
|
Minimum supported client |
Windows Vista [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2008 [desktop apps only] |
|
Header |
|
See also
Show: