Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

EventDescSetChannel function (evntprov.h)

Sets the Channel member of the event descriptor.

Syntax

EVNTPROV_PFORCEINLINE PEVENT_DESCRIPTOR EventDescSetChannel(
 [in] PEVENT_DESCRIPTOR EventDescriptor,
 [in] UCHAR Channel
);

Parameters

[in] EventDescriptor

Event descriptor to modify. See EVENT_DESCRIPTOR.

[in] Channel

Channel that defines the category of events to which this 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

See also

EVENT_DESCRIPTOR


Feedback

Was this page helpful?

Additional resources