home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / vc98 / include / tpstart.h < prev    next >
Text File  |  1998-04-25  |  442b  |  24 lines

  1. #define MIN_TPSENTRIES        16
  2. #define DEFAULT_TPSENTRIES     64
  3. #define MAX_TPSENTRIES        256
  4.  
  5. #define    TPCLASSNAME            "SnaServerTPStartClass"
  6.  
  7. typedef struct _tp_start_hdr
  8. {
  9.     BOOL  bLoaderRunning;
  10.     DWORD dwQSize;
  11.     DWORD bpFreeList;
  12.     DWORD bpStartHead;
  13.     DWORD bpStartTail;
  14. } TPSHDR;
  15.  
  16. typedef struct _tp_start_entry
  17. {
  18.     DWORD bpNext;
  19.     UCHAR szRegKey[128];
  20. } TPSENTRY;
  21.  
  22. #define    IDS_WMCLOSE_CAPTION    100
  23. #define    IDS_WMCLOSE_TEXT    101
  24.