Windows apps
Collapse the table of content
Expand the table of content
Information
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.

EventDescZero macro

Initializes an event descriptor to zero.

Syntax


void EventDescZero(
  [out] PEVENT_DESCRIPTOR EventDescriptor
);

Parameters

EventDescriptor [out]

The event descriptor. See EVENT_DESCRIPTOR.

Return value

This macro does not return a value.

Remarks

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

Requirements

Minimum supported client

Windows Vista [desktop apps only]

Minimum supported server

Windows Server 2008 [desktop apps only]

Header

Evntprov.h

See also

EVENT_DESCRIPTOR

 

 

Show:
© 2017 Microsoft