home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / vc98 / include / mscpydis.h < prev    next >
C/C++ Source or Header  |  1998-04-25  |  1KB  |  27 lines

  1. // Copyright 1986 - 1998 Microsoft Corporation.  All Rights Reserved.
  2.  
  3. #define  CDALREADYUSED   7100
  4. #define  CDBADFILE       7200
  5. #define  CDCONFIRMINFO   7300
  6. #define  CDGETNAME       7400
  7. #define  CDGETNAMEORG    7500
  8. #define  CDGETORG        7600
  9. #define  CDBADNAME       7700
  10. #define  CDBADORG        7800
  11.  
  12. extern int   FAR PASCAL FInitSystem1(int did, LPSTR sz, int fNet);
  13. extern int   FAR PASCAL FInitSystem3(int did, LPSTR sz, int fAlways);
  14. extern int   FAR PASCAL FCloseSystem(LPSTR szSect, LPSTR szKey, LPSTR szDst,
  15.                 int wResType, int wResId);
  16.  
  17.  
  18. extern int   FAR PASCAL InitSystemRead(int did, LPSTR sz, int fNet);
  19. extern int   FAR PASCAL InitSystemWrite(int did, LPSTR sz, int fAlways);
  20. extern void  FAR PASCAL CloseSystem(LPSTR szSect, LPSTR szKey, LPSTR szDst,
  21.                 int wResType, int wResId);
  22.  
  23. extern int   FAR PASCAL InitSystem(int did, LPSTR sz, int fNet);
  24. extern int   FAR PASCAL InitSystemDlgs(int fNet);
  25. extern void  FAR PASCAL BadNameOrg(int dlg);
  26. extern int   FAR PASCAL NameOrgOkay(int dlg, LPSTR szName, LPSTR szOrg);
  27.