HP Operations Manager for Windows

OV_Message::GetMessageEventCounters()
OV_Message::GetMessageEventCounters_Trans()


sint32 GetMessageEventCounters(
[out] sint32 TimeOfEventProcStartOnServer,
[out] sint32 CurrentTimeOnServer,
[out] sint32 MaxTimeDiff,
[out] sint32 MaxCountDiff,
[out] sint32 DuplMsgMaxBufferDelay,
[out] sint32 DuplMsgMaxBufferCount,
[out] sint32 MaxOutOfSyncCount,
[out] sint32 Mode,
[out] OV_MessageEventCounter MessageEventCounterArray[] )

Parameters

TimeOfEventProcStartOnServer
Time the event processing was started on the message server
CurrentTimeOnServer
Current time on the message server
MaxTimeDiff
Maximum time difference allowed. This value is set in the registry.
MaxCountDiff
Maximum count difference allowed. This value is set in the registry.
DuplMsgMaxBufferDelay
Maximum allowed buffer delay. This value is set in the registry.
DuplMsgMaxBufferCount
Maximum allowed buffer count. This value is set in the registry.
MaxOutOfSyncCount
Maximum allowed out of sync count. This value is set in the registry.
Mode
Mode. This value is set in the registry.
MessageEventCounterArray
Retrieved array of message event counter information

Calling Convention

These methods can be called from a WMI class or instance object.

Description

Gets some information about the WMI events sent from the message server to the registered WMI clients

Return Value

Values
ValueMap
Values
0 = Succeeded
-1 = Errors Occurred

Extended Status Codes

None.