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

📄 fsdvol.h

📁 Win9x下文件系统驱动的例子(EXT2)源代码。
💻 H
字号:
#ifndef __VOLFUNCS_H
#define __VOLFUNCS_H

/*********************************
 *
 * INTERFACE ROUNTINES
 *
 **********************************/


int __cdecl FsdVolOpen(pioreq Ioreq);
int __cdecl FsdVolIoctl16(pioreq Ioreq);
int __cdecl FsdVolDelete(pioreq Ioreq);
int __cdecl FsdVolDir(pioreq Ioreq);
int __cdecl FsdVolAttrib(pioreq Ioreq);
int __cdecl FsdVolFlush(pioreq Ioreq);
int __cdecl FsdVolInfo(pioreq Ioreq);
int __cdecl FsdVolRename(pioreq Ioreq);
int __cdecl FsdVolSearch(pioreq Ioreq);
int __cdecl FsdVolQuery(pioreq Ioreq);
int __cdecl FsdVolDisconnect(pioreq Ioreq);
int __cdecl FsdVolUNCPipe(pioreq Ioreq);
int __cdecl FsdVolParams(pioreq Ioreq);
int __cdecl FsdVolFindOpen(pioreq Ioreq);
int __cdecl FsdVolDasdio(pioreq Ioreq);

#endif			/* #ifndef __VOLFUNCS_H */

⌨️ 快捷键说明

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