RtlEqualString (NTDLL.@)
BOOLEAN RtlEqualString ( const STRING* s1, const STRING* s2, BOOLEAN CaseInsensitive )
Determine if two strings are equal.
s1 | [In] | Source string. |
s2 | [In] | String to compare to s1. |
CaseInsensitive | [In] | TRUE = Case insensitive, FALSE = Case sensitive. |
Non-zero if s1 is equal to s2, 0 otherwise.
Declared in "include/ddk/ntddk.h". gitlab.winehq.org/wine/wine/blob/master/include/ddk/ntddk.h
Implemented in "dlls/ntdll/rtlstr.c". gitlab.winehq.org/wine/wine/blob/master/dlls/ntdll/rtlstr.c
Debug channel "ntdll".
Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Nov 2024.