.\" 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 "NTFS_ATTR_FIND_IN_ATTRDEF" "9" "09 October 2005" "" ""
.SH NAME
ntfs_attr_find_in_attrdef \- find an attribute in the $AttrDef system file
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
ATTR_DEF * ntfs_attr_find_in_attrdef (const ntfs_volume * \fIvol\fB, const ATTR_TYPE \fItype\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIvol\fB\fR
ntfs volume to which the attribute belongs
.TP
\fB\fItype\fB\fR
attribute type which to find
.SH "DESCRIPTION"
.PP
Search for the attribute definition record corresponding to the attribute
\fItype\fR in the \fB$AttrDef\fR system file.
.PP
Return the attribute type definition record if found and NULL if not found.