home *** CD-ROM | disk | FTP | other *** search
/ PC Format (South-Africa) 2001 May / PCFMay2001.iso / Xenon / C++ / FreeCommandLineTools.exe / Include / semfperf.h < prev    next >
Encoding:
C/C++ Source or Header  |  2000-01-31  |  1.3 KB  |  27 lines

  1. #pragma option push -b -a8 -pc -A- /*P_O_Push*/
  2.  
  3. /**MOD+***********************************************************************/
  4. /* Module:   semfperf.h                                                      */
  5. /*                                                                           */
  6. /* Purpose:  performance monitor dll structures                              */
  7. /*                                                                           */
  8. /* (C) COPYRIGHT DATA CONNECTION LIMITED 1991, 1992, 1993, 1994              */
  9. /*                                                                           */
  10. /*****************************************************************************/
  11. /* SCAL SGF 16/06/94  Make default scales flexible                           */
  12. /* MAXL AB  23/06/95  We now support 250 link services                       */
  13. /**MOD-***********************************************************************/
  14.  
  15. #include <snapmon.h>
  16.  
  17. /************************************************************************MAXL*/
  18. /* #define for the maximum number of LS available                       *MAXL*/
  19. /************************************************************************MAXL*/
  20. #define MAX_LINK_SVCS 250
  21.  
  22. typedef struct _LinkPerfShrHdr {
  23.     ULONG          NumberOfLinkServices;
  24. } LinkPerfShrHdr;
  25.  
  26. #pragma option pop /*P_O_Pop*/
  27.