win32evtlog.EvtGetPublisherMetadataProperty

(object, int) = EvtGetPublisherMetadataProperty(PublisherMetadata, PropertyId , Flags )

Retrieves a property from an event publisher

Parameters

PublisherMetadata : PyEVT_HANDLE

Publisher handle as returned by win32evtlog::EvtOpenPublisherMetadata

PropertyId : int

Property to retreive, EvtPublisherMetadata*

Flags=0 : int

Reserved, use only 0

Comments

Accepts keyword args

Return Value

Returns the value and type of value (EvtVarType*) Some properties return a handle (type EvtVarTypeEvtHandle) which can be iterated using win32evtlog::EvtGetObjectArraySize and win32evtlog::EvtGetObjectArrayProperty.