mscpydis.h
来自「希望我上传的这些东西可以对搞编程的程序员有点小小的帮助!谢谢!」· C头文件 代码 · 共 29 行
H
29 行
#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 + =
减小字号Ctrl + -
显示快捷键?