.\" 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_GET_SEARCH_CTX" "9" "09 October 2005" "" ""
.SH NAME
ntfs_attr_get_search_ctx \- allocate/initialize a new attribute search context
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
ntfs_attr_search_ctx * ntfs_attr_get_search_ctx (ntfs_inode * \fIni\fB, MFT_RECORD * \fImrec\fB);
\fR
.SH "ARGUMENTS"
.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
Allocate a new attribute search context, initialize it with \fIni\fR and \fImrec\fR,
and return it. Return NULL if allocation failed.