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.
EventDescOrKeyword macro
Adds another keyword to the event descriptor.
Syntax
PEVENT_DESCRIPTOR EventDescOrKeyword( [in] PEVENT_DESCRIPTOR EventDescriptor, [in] ULONGLONG Keyword );
Parameters
- EventDescriptor [in]
-
Event descriptor to modify. See EVENT_DESCRIPTOR.
- Keyword [in]
-
New keyword to add to the current keyword bitmask.
Return value
The modified event descriptor.
Remarks
This is a convenience macro for setting 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: