fmt_io.h

来自「Dos6.0」· C头文件 代码 · 共 46 行

H
46
字号
/***************************************************************************/
/* 																								*/
/* FMT_IO.H																						*/
/* 																								*/
/*		Copyright (c) 1991 - Microsoft Corp.											*/
/*		All rights reserved.																	*/
/*		Microsoft Confidential																*/
/* 																								*/
/* Include file with definitions for RUP upgrade utility.						*/
/* They are used by the functions in FMT_IO.C										*/
/*																									*/
/* Created 07-13-89 johnhe																	*/
/*																									*/
/***************************************************************************/


/***************************************************************************/

#define		DOS_O_RDWR 				2

#define		LAST_DISK				256
#define		REDO_DISK				257
#define		NOT_FOUND				258


/***************************************************************************/
/* Function prototypes for all functions in  FMT_IO.C								*/
/***************************************************************************/

void	DispInsertUserDisk	( int UserDisk, char chDrive );

long	CalcDiskFree			( void );
int	PrepNewDsk				( void );
int	IsNewDisk				( int iDrv );

int	FormatNewDsk			( void );
int	FoundUsedDiskPrompt	( void );
int	FormatErrorPrompt		( void );
/* int	PromptForDiskFmt		( int iDrvType );	*/
int	PromptForDefault		( void );

int	FormatNewDsk			( void );
int	DisplayDiskTotals		( int iTotal );
void	BkupCompletePrompt( void );

⌨️ 快捷键说明

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