fsdvol.h
来自「Win9x下文件系统驱动的例子(EXT2)源代码。」· C头文件 代码 · 共 27 行
H
27 行
#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 + =
减小字号Ctrl + -
显示快捷键?