Windows Event Log Data Types

Windows Event Log defines the following data types:


typedef HANDLE EVT_HANDLE;
typedef HANDLE* PEVT_HANDLE;
typedef HANDLE EVT_OBJECT_ARRAY_PROPERTY_HANDLE;

EVT_HANDLE

A handle to a Windows Event Log object.

PEVT_HANDLE

A pointer to the handle of a Windows Event Log object.

EVT_OBJECT_ARRAY_PROPERTY_HANDLE

A handle to an array of Windows Event Log objects.

Requirements

Minimum supported client

Windows Vista [desktop apps only]

Minimum supported server

Windows Server 2008 [desktop apps only]

Header

WinEvt.h

 

 

Show: