table of contents
other versions
- wheezy 1.4.1-4
RtlEqualUnicodeString(3w) | Wine API | RtlEqualUnicodeString(3w) |
NAME¶
RtlEqualUnicodeString (NTDLL.@)SYNOPSIS¶
BOOLEAN RtlEqualUnicodeString(
const UNICODE_STRING* s1,
const UNICODE_STRING* s2,
BOOLEAN CaseInsensitive
)
DESCRIPTION¶
See RtlEqualString(3w).IMPLEMENTATION¶
Declared in "winternl.h". Implemented in "dlls/ntdll/rtlstr.c". Debug channel "ntdll".Oct 2012 | Wine API |