home *** CD-ROM | disk | FTP | other *** search
/ CD Actual Thematic 25: Programming / pc_actual_25.iso / C_C++ / BorlandCompiler / freecommandLinetools.exe / Include / mscpydis.h < prev    next >
Encoding:
C/C++ Source or Header  |  2000-06-27  |  1.1 KB  |  29 lines

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