LotusScript to C API Programming Guide
rtLib Domino Rich Text Management template
Home

Anonymous

login


 

Hosted by Prominic.NET, Inc.

SERVER_MSG_BLOCK

#include <stats.h>

Collector message queue server message structure.

C definition

typedef struct {
  DWORD Task;               /* Task to be processed by
                           collector
                           (i.e., Add server) */

  DWORD Interval;             /* Interval to return info in
                           minutes */

  char  StatName[MAXSPRINTF];     /* REMOVE */
  char  StatServerName[MAXPATH];   /* Name of server that you
                           want info about */

  char  MonitorServerName[MAXPATH]; /* If remote provide proxy
                           server name otherwise
                           NULL */

  DWORD MonitorFlags;          /* Flags passed to monitor
                           (Reports, Alarms, ...) */

  HANDLE hTaskList;            /* List of user defined tasks
                           to monitor */

  DWORD TaskListLen;           /* Size of stat list */
  HANDLE hStatList;            /* List of stats to return to
                           monitor */

  DWORD StatListLen;           /* Size of stat list */
  char  QueueName[20];         /* Used by remote collector
                           to pass info to proxy
                           collector */

} SERVER_MSG_BLOCK;



User: Password:

This website contains material that complements "LotusScript to Lotus C API Programming Guide". Some parts of it including posting of comments and discussion items are available only to authenticated readers of the book. Enter your username and password to authenticate.

You should have cookies and JavaScript enabled for the authentication to work..

You should have received your username and password by email to the address you provided during the purchase of the book. In case you failed to receive it or you have any problems loging in let me know about it.


LotusScript

Definition(s)