EnumParsers
Query for an IEvtCfgEnumParser Object to enumerate through registered parsers.
HRESULT EnumParsers([out, retval]
IDispatch** ppEnum);
Parameters
ppEnum
[out, retval] pointer to a pointer to store the returned enumation object.
Return Values
S_OK
ppEnum contains a valid pointer to an IDispatch pointer, on wich you may query for the IEvtCfgEnumParser interface.
E_ACCESSDENIED
The object is locked due to an asynchronous operation