win32evtlog.EvtGetObjectArrayProperty

(object, int) = EvtGetObjectArrayProperty(ObjectArray, PropertyId , ArrayIndex , Flags )

Retrieves an item from an object array

Parameters

ObjectArray : PyEVT_HANDLE

Handle to an array of objects as returned by win32evtlog::EvtGetPublisherMetadataProperty for some ProperyId's

PropertyId : int

Type of property contained in the array

ArrayIndex : int

Zero-based index of item to retrieve

Flags=0 : int

Reserved, use only 0

Comments

Accepts keyword args

Return Value

Returns the value and type of value (EvtVarType*)