Scroll to navigation

RtlPrefixUnicodeString(3w) Wine API RtlPrefixUnicodeString(3w)

NAME

RtlPrefixUnicodeString (NTDLL.@)

SYNOPSIS

BOOLEAN RtlPrefixUnicodeString
(
const UNICODE_STRING* s1,
const UNICODE_STRING* s2,
BOOLEAN ignore_case
)
 

DESCRIPTION

See RtlPrefixString(3w).
 

IMPLEMENTATION

Declared in "winternl.h".
Implemented in "dlls/ntdll/rtlstr.c".
Debug channel "ntdll".
Oct 2012 Wine API