Scroll to navigation

RtlFreeUnicodeString(3w) Wine API RtlFreeUnicodeString(3w)

NAME

RtlFreeUnicodeString (NTDLL.@)

SYNOPSIS

void RtlFreeUnicodeString
(
PUNICODE_STRING str
)
 

DESCRIPTION

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

RETURNS

nothing
 

IMPLEMENTATION

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