⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 mscpydis.h

📁 希望我上传的这些东西可以对搞编程的程序员有点小小的帮助!谢谢!
💻 H
字号:
#pragma option push -b -a8 -pc -A- /*P_O_Push*/
// Copyright 1986 - 1998 Microsoft Corporation.  All Rights Reserved.

#define  CDALREADYUSED   7100
#define  CDBADFILE       7200
#define  CDCONFIRMINFO   7300
#define  CDGETNAME       7400
#define  CDGETNAMEORG    7500
#define  CDGETORG        7600
#define  CDBADNAME       7700
#define  CDBADORG        7800

extern int   FAR PASCAL FInitSystem1(int did, LPSTR sz, int fNet);
extern int   FAR PASCAL FInitSystem3(int did, LPSTR sz, int fAlways);
extern int   FAR PASCAL FCloseSystem(LPSTR szSect, LPSTR szKey, LPSTR szDst,
				int wResType, int wResId);


extern int   FAR PASCAL InitSystemRead(int did, LPSTR sz, int fNet);
extern int   FAR PASCAL InitSystemWrite(int did, LPSTR sz, int fAlways);
extern void  FAR PASCAL CloseSystem(LPSTR szSect, LPSTR szKey, LPSTR szDst,
				int wResType, int wResId);

extern int   FAR PASCAL InitSystem(int did, LPSTR sz, int fNet);
extern int   FAR PASCAL InitSystemDlgs(int fNet);
extern void  FAR PASCAL BadNameOrg(int dlg);
extern int   FAR PASCAL NameOrgOkay(int dlg, LPSTR szName, LPSTR szOrg);
#pragma option pop /*P_O_Pop*/

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -