mirror of https://github.com/lianthony/NT4.0
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
472 B
14 lines
472 B
/* docfunc.h
|
|
*
|
|
* declares dos functions used by file manager
|
|
*/
|
|
|
|
//BOOL APIENTRY DosFindFirst(LPDOSDTA, LPTSTR, WORD);
|
|
//BOOL APIENTRY DosFindNext(LPDOSDTA);
|
|
//BOOL APIENTRY DosDelete(LPTSTR);
|
|
//WORD APIENTRY GetFileAttributes(LPTSTR);
|
|
//WORD APIENTRY SetFileAttributes(LPTSTR, WORD);
|
|
//DWORD APIENTRY GetFreeDiskSpace(WORD);
|
|
//DWORD APIENTRY GetTotalDiskSpace(WORD);
|
|
//INT APIENTRY GetVolumeLabel(INT, LPTSTR, BOOL);
|
|
//INT APIENTRY SetVolumeLabel(INT, BOOL, LPTSTR);
|