Jump to content

SFTSTARTUP

From EDM2

Performance data.

Syntax

typedef struct _SFTSTARTUP {
  UCHAR      VerMajor;                       /*  Major version number */
  UCHAR      VerMinor;                       /*  Minor version number */
  UCHAR      RevKettr;                       /*  Revision letter */
  UCHAR      DayDate;                        /*  Day of month (1 - 31) */
  UCHAR      MonDate;                        /*  Month (1 - 12) */
  UCHAR      pad1[3];                        /*  Pad to 4 bytes */
  USHORT     YrsDate;                        /*  Years since 1980 */
  UCHAR      HrsTime;                        /*  Hours */
  UCHAR      MinTime;                        /*  Minutes */
  UCHAR      SecTime;                        /*  Seconds */
  UCHAR      HunTime;                        /*  Hundredths of seconds */
  UCHAR      pad2[2];                        /*  Pad 2 */
  UCHAR      ulNumCPUs;                      /*  Number of processors */
  UCHAR      ulCPURate[SFT_MAX_PROCESSORS];  /*  Processor rate.  One entry per processor. */
} SFTSTARTUP;

typedef   SFTSTARTUP   * PSFTSTARTUP ;

Type

struct

C Declaration Method

typedef