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.
Retrieves the channel from the event descriptor.
Syntax
EVNTPROV_PFORCEINLINE UCHAR EventDescGetChannel(
[in] PCEVENT_DESCRIPTOR EventDescriptor
);
Parameters
[in] EventDescriptor
Event descriptor from which to retrieve the channel. See EVENT_DESCRIPTOR.
Return value
Channel that defines the category of events to which this event belongs.
Remarks
This is a convenience macro for retrieving 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 |