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

Anonymous

login


 

Hosted by Prominic.NET, Inc.

STATTRAVERSEPROC

#include <stats.h>

Action routine for each statistic found by StatTraverse().

C definition

typedef STATUS (LNPCALLBACKPTR STATTRAVERSEPROC)(
  void far *, /* Context  - ptr to data passed to StatTraverse to
                    be given to this routine */

  char far *, /* Facility - facility name */
  char far *, /* StatName - name of statistic */
  WORD,     /* ValueType - see VT_xxx */
  void far * /* Value   - value of the statistic */
);

LotusScript

Definition(s)

Warning: Item uses callback(s) or is used by a callback; from LotusScript may be used in a limited way or may not be usable all.