![]() |
UltraDefrag Engine Architecture - Reference Manual - Guides |
|
Functions | |
NTSTATUS | OpenTheFile (PFILENAME pfn, HANDLE *phFile) |
Opens a file. | |
BOOLEAN | DumpFile (PFILENAME pfn) |
Dumps a cluster chains of the file. |
NTSTATUS OpenTheFile | ( | PFILENAME | pfn, | |
HANDLE * | phFile | |||
) |
Opens a file.
[in] | pfn | pointer to the FILENAME structure containing information about the file. |
[out] | phFile | pointer to a variable receiving the handle of the opened file. |
Definition at line 37 of file filedump.c.
Referenced by DumpFile(), IsFileLocked(), MovePartOfFileBlock(), MoveTheFile(), MoveTheUnfragmentedFile(), and RemarkWellKnownLockedFiles().
BOOLEAN DumpFile | ( | PFILENAME | pfn | ) |
Dumps a cluster chains of the file.
[in] | pfn | pointer to the FILENAME structure containing information about the file. |
Definition at line 67 of file filedump.c.
References CheckForStopEvent(), and OpenTheFile().
Referenced by AddFile(), and MoveTheFile().