ReactOS 0.4.16-dev-109-gf4cb10f
|
#include "fatprocs.h"
Go to the source code of this file.
Functions | |
_Success_ (return !=FALSE) | |
LARGE_INTEGER | FatFatDateToNtTime (_In_ PIRP_CONTEXT IrpContext, _In_ FAT_DATE FatDate) |
LARGE_INTEGER | FatFatTimeToNtTime (_In_ PIRP_CONTEXT IrpContext, _In_ FAT_TIME_STAMP FatTime, _In_ UCHAR TenMilliSeconds) |
FAT_TIME_STAMP | FatGetCurrentFatTime (_In_ PIRP_CONTEXT IrpContext) |
Definition at line 25 of file timesup.c.
LARGE_INTEGER FatFatDateToNtTime | ( | _In_ PIRP_CONTEXT | IrpContext, |
_In_ FAT_DATE | FatDate | ||
) |
Definition at line 171 of file timesup.c.
Referenced by FatCreateDcb(), FatCreateFcb(), FatGetDirTimes(), and FatSetRenameInfo().
LARGE_INTEGER FatFatTimeToNtTime | ( | _In_ PIRP_CONTEXT | IrpContext, |
_In_ FAT_TIME_STAMP | FatTime, | ||
_In_ UCHAR | TenMilliSeconds | ||
) |
Definition at line 233 of file timesup.c.
Referenced by FatCreateDcb(), FatCreateFcb(), FatGetDirTimes(), and FatSetRenameInfo().
FAT_TIME_STAMP FatGetCurrentFatTime | ( | _In_ PIRP_CONTEXT | IrpContext | ) |
Definition at line 317 of file timesup.c.
Referenced by FatConstructLabelDirent().