Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Sets the Keyword member of the event descriptor.
Syntax
EVNTPROV_PFORCEINLINE PEVENT_DESCRIPTOR EventDescSetKeyword(
[in] PEVENT_DESCRIPTOR EventDescriptor,
[in] ULONGLONG Keyword
);
Parameters
[in] EventDescriptor
Event descriptor to modify. See EVENT_DESCRIPTOR.
[in] Keyword
Keyword that is a bitmask that further defines the category of events to which the event belongs.
Return value
The modified event descriptor.
Remarks
This is a convenience macro for setting the member of the EVENT_DESCRIPTOR structure.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2008 [desktop apps only] |
Target Platform | Windows |
Header | evntprov.h |