Skip to content

STAT RETURN BLOCK

Data Type : Statistics Reporting
STAT_RETURN_BLOCK - Message returned by the Collector.

#include <stats.h>

Definition :

typedef struct {
   char   StatName[MAXSPRINTF];   
   DHANDLE hStatName;   
   DWORD  StatNameSize;   
   char   ServerName[MAXPATH];   
   STATUS error;       
} STAT_RETURN_BLOCK;

Description :

This is the structure of a message returned by the Collector in a response to a request made by the application. The return message is put on the application's message queue.

    The hStatName member of this structure is a formatted buffer containing the requested statistics information. See the Message Queues chapter in the User Guide for details on how to parse this buffer.

See Also : MQGet MQPut SERVER_MSG_BLOCK