Windows Event Collector Data Types

The data types for the Windows Event Collector are used as event subscription object variable types, function parameter types, and function return types.

typedef HANDLE EC_HANDLE;
typedef HANDLE EC_OBJECT_ARRAY_PROPERTY_HANDLE;

EC_HANDLE

Handle to a subscription object. Used to represent an event collector subscription.

EC_OBJECT_ARRAY_PROPERTY_HANDLE

Handle to an array of property values for the event sources of a subscription. The array handle is returned by the EcGetSubscriptionProperty method when the EcSubscriptionEventSources value is passed into the PropertyId parameter.

Requirements

Requirement Value
Minimum supported client
Windows Vista
Minimum supported server
Windows Server 2008
Header
Evcoll.h