RtlCreateUnicodeStringFromAsciiz(3w)
NAME
RtlCreateUnicodeStringFromAsciiz (NTDLL.@)
SYNOPSIS
BOOLEAN RtlCreateUnicodeStringFromAsciiz ( PUNICODE_STRING target, LPCSTR src )
DESCRIPTION
Creates a UNICODE_STRING from a NULL-terminated Ascii string.
RETURNS
Success: TRUE
Failure: FALSE
IMPLEMENTATION
Defined in "winternl.h".
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/ntdll/rtlstr.c".
- Debug channel "ntdll".