EventDescZero function (evntprov.h)

Initializes an event descriptor to zero.

Syntax

EVNTPROV_PFORCEINLINE VOID EventDescZero(
  [out] PEVENT_DESCRIPTOR EventDescriptor
);

Parameters

[out] EventDescriptor

The event descriptor. See EVENT_DESCRIPTOR.

Return value

This function does not return a value.

Remarks

This is a convenience macro for initializing the memory of the EVENT_DESCRIPTOR structure to zero.

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