.\" This manpage has been automatically generated by docbook2man
.\" from a DocBook document. This tool can be found at:
.\"
.\" Please send any bug reports, improvements, comments, patches,
.\" etc. to Steve Cheng .
.TH "PARSE_NTFS_BOOT_SECTOR" "" "06 October 2005" "" ""
.SH NAME
parse_ntfs_boot_sector \- parse the boot sector and store the data in vol
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
BOOL parse_ntfs_boot_sector (ntfs_volume * \fIvol\fB, const NTFS_BOOT_SECTOR * \fIb\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIvol\fB\fR
volume structure to initialise with data from boot sector
.TP
\fB\fIb\fB\fR
boot sector to parse
.SH "DESCRIPTION"
.PP
Parse the ntfs boot sector \fIb\fR and store all imporant information therein in
the ntfs super block \fIvol\fR\&. Return TRUE on success and FALSE on error.