.\" 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 "INIT_ATTR_SEARCH_CTX" "" "06 October 2005" "" ""
.SH NAME
init_attr_search_ctx \- initialize an attribute search context
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
void init_attr_search_ctx (attr_search_context * \fIctx\fB, ntfs_inode * \fIni\fB, MFT_RECORD * \fImrec\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIctx\fB\fR
attribute search context to initialize
.TP
\fB\fIni\fB\fR
ntfs inode with which to initialize the search context
.TP
\fB\fImrec\fB\fR
mft record with which to initialize the search context
.SH "DESCRIPTION"
.PP
Initialize the attribute search context \fIctx\fR with \fIni\fR and \fImrec\fR\&.