|
ReactOS 0.4.16-dev-1946-g52006dd
|

Go to the source code of this file.
Classes | |
| struct | _BOOTCODE |
Macros | |
| #define | SECTORSIZE 512 |
Typedefs | |
| typedef struct _BOOTCODE | BOOTCODE |
| typedef struct _BOOTCODE * | PBOOTCODE |
Functions | |
| NTSTATUS | ReadBootCodeByHandle (IN OUT PBOOTCODE BootCodeInfo, IN HANDLE FileHandle, IN ULONG Length OPTIONAL) |
| NTSTATUS | ReadBootCodeFromFile (IN OUT PBOOTCODE BootCodeInfo, IN PUNICODE_STRING FilePath, IN ULONG Length OPTIONAL) |
| VOID | FreeBootCode (IN OUT PBOOTCODE BootCodeInfo) |
| #define SECTORSIZE 512 |
Definition at line 13 of file bootcode.h.
Definition at line 104 of file bootcode.c.
Referenced by InstallBtrfsBootCode(), InstallFat32BootCode(), InstallFatBootCode(), InstallMbrBootCode(), InstallNtfsBootCode(), IsThereAValidBootSector(), and SaveBootSector().
| NTSTATUS ReadBootCodeByHandle | ( | IN OUT PBOOTCODE | BootCodeInfo, |
| IN HANDLE | FileHandle, | ||
| IN ULONG Length | OPTIONAL | ||
| ) |
Definition at line 21 of file bootcode.c.
Referenced by InstallFat32BootCode(), InstallFatBootCode(), InstallMbrBootCode(), InstallNtfsBootCode(), and ReadBootCodeFromFile().
| NTSTATUS ReadBootCodeFromFile | ( | IN OUT PBOOTCODE | BootCodeInfo, |
| IN PUNICODE_STRING | FilePath, | ||
| IN ULONG Length | OPTIONAL | ||
| ) |
Definition at line 69 of file bootcode.c.
Referenced by InstallBtrfsBootCode(), InstallFat32BootCode(), InstallFatBootCode(), InstallMbrBootCode(), InstallNtfsBootCode(), IsThereAValidBootSector(), and SaveBootSector().