RtlCopyUnicodeString.3w

Langue: en

Version: Jun 2009 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

RtlCopyUnicodeString (NTDLL.@)

SYNOPSIS

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

DESCRIPTION

Copies from one UNICODE_STRING to another.

RETURNS

nothing

IMPLEMENTATION

Defined in "winternl.h".

Implemented in "dlls/ntdll/rtlstr.c".

Debug channel "ntdll".