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.
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 |