NTFS_ARE_NAMES_EQUAL

Section: ()
Updated: 06 October 2005
Index Return to Main Contents

 

NAME

ntfs_are_names_equal - compare two Unicode names for equality  

SYNOPSIS

"SYNOPSIS"

BOOL ntfs_are_names_equal (const uchar_t * s1, size_t s1_len, const uchar_t * s2, size_t s2_len, const IGNORE_CASE_BOOL ic, const uchar_t * upcase, const u32 upcase_size);  

ARGUMENTS

s1
name to compare to s2
s1_len
length in Unicode characters of s1
s2
name to compare to s1
s2_len
length in Unicode characters of s2
ic
ignore case bool
upcase
upcase table (only if ic == IGNORE_CASE)
upcase_size
length in Unicode characters of upcase (if present)
 

DESCRIPTION

Compare the names s1 and s2 and return TRUE (1) if the names are identical, or FALSE (0) if they are not identical. If ic is IGNORE_CASE, the upcase table is used to performa a case insensitive comparison.


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION

This document was created by man2html, using the manual pages.
Time: 06:21:01 GMT, October 06, 2005