Scroll to navigation

RtlCopyUnicodeString(3w) Wine API RtlCopyUnicodeString(3w)

NAME

RtlCopyUnicodeString (NTDLL.@)

SYNOPSIS

void RtlCopyUnicodeString
(
UNICODE_STRING* dst,
const UNICODE_STRING* src
)
 

DESCRIPTION

Copies from one UNICODE_STRING to another.
 

RETURNS

nothing
 

IMPLEMENTATION

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