win32evtlog.EvtGetEventMetadataProperty

(object, int) = EvtGetEventMetadataProperty(EventMetadata, PropertyId , Flags )

Retrieves a property from an event publisher

Parameters

EventMetadata : PyEVT_HANDLE

Event metadata handle as returned by win32evtlog::EvtNextEventMetadata

PropertyId : int

Property to retreive, EventMetadata*

Flags=0 : int

Reserved, use only 0

Comments

Accepts keyword args

Return Value

Returns the value and type of value (EvtVarType*).