Skip to content

Latest commit

 

History

History
74 lines (56 loc) · 1.89 KB

nf-wdm-rtlequalunicodestring.md

File metadata and controls

74 lines (56 loc) · 1.89 KB
UID title description old-location tech.root ms.date keywords ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames f1_keywords topic_type api_type api_location api_name
NF:wdm.RtlEqualUnicodeString
RtlEqualUnicodeString function (wdm.h)
The RtlEqualUnicodeString routine compares two Unicode strings to determine whether they are equal.
kernel\rtlequalunicodestring.htm
kernel
04/30/2018
RtlEqualUnicodeString function
RtlEqualUnicodeString, RtlEqualUnicodeString routine [Kernel-Mode Driver Architecture], k109_59d7c507-968a-4cf5-b1f0-91c8cd7ccb64.xml, kernel.rtlequalunicodestring, wdm/RtlEqualUnicodeString
wdm.h
Wdm.h, Ntddk.h, Ntifs.h, Wudfwdm.h
Universal
Available starting with Windows 2000.
NtosKrnl.lib
NtosKrnl.exe (kernel mode); Ntdll.dll (user mode)
PASSIVE_LEVEL
Windows
RtlEqualUnicodeString
wdm/RtlEqualUnicodeString
APIRef
kbSyntax
DllExport
NtosKrnl.exe
Ntdll.dll
RtlEqualUnicodeString

RtlEqualUnicodeString function

-description

The RtlEqualUnicodeString routine compares two Unicode strings to determine whether they are equal.

-parameters

-param String1 [in]

Pointer to the first Unicode string.

-param String2 [in]

Pointer to the second Unicode string.

-param CaseInSensitive [in]

If TRUE, case should be ignored when doing the comparison.

-returns

RtlEqualUnicodeString returns TRUE if the two Unicode strings are equal; otherwise, it returns FALSE.

-see-also

RtlEqualString