RtlFreeUnicodeString.3w

Langue: en

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

Section: 3 (Bibliothèques de fonctions)

NAME

RtlFreeUnicodeString (NTDLL.@)

SYNOPSIS

void RtlFreeUnicodeString
 (
  PUNICODE_STRING str
 )

DESCRIPTION

Frees a UNICODE_STRING created with RtlCreateUnicodeString(3w) or RtlCreateUnicodeStringFromAsciiz().

RETURNS

nothing

IMPLEMENTATION

Defined in "winternl.h".

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

Debug channel "ntdll".