.\" 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_ARE_NAMES_EQUAL" "9" "09 October 2005" "" "" .SH NAME ntfs_are_names_equal \- compare two Unicode names for equality .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp BOOL ntfs_are_names_equal (const ntfschar * \fIs1\fB, size_t \fIs1_len\fB, const ntfschar * \fIs2\fB, size_t \fIs2_len\fB, const IGNORE_CASE_BOOL \fIic\fB, const ntfschar * \fIupcase\fB, const u32 \fIupcase_size\fB); \fR .SH "ARGUMENTS" .TP \fB\fIs1\fB\fR name to compare to \fIs2\fR .TP \fB\fIs1_len\fB\fR length in Unicode characters of \fIs1\fR .TP \fB\fIs2\fB\fR name to compare to \fIs1\fR .TP \fB\fIs2_len\fB\fR length in Unicode characters of \fIs2\fR .TP \fB\fIic\fB\fR ignore case bool .TP \fB\fIupcase\fB\fR upcase table (only if \fIic\fR == IGNORE_CASE) .TP \fB\fIupcase_size\fB\fR length in Unicode characters of \fIupcase\fR (if present) .SH "DESCRIPTION" .PP Compare the names \fIs1\fR and \fIs2\fR and return TRUE (1) if the names are identical, or FALSE (0) if they are not identical. If \fIic\fR is IGNORE_CASE, the \fIupcase\fR table is used to performa a case insensitive comparison.