.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH RtlFreeUnicodeString 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBRtlFreeUnicodeString\fR (NTDLL.@) .SH SYNOPSIS void RtlFreeUnicodeString ( PUNICODE_STRING \fIstr\fR ) .SH DESCRIPTION .PP Frees a \fBUNICODE_STRING\fR created with \fBRtlCreateUnicodeString(3w)\fR or RtlCreateUnicodeStringFromAsciiz(). .SH RETURNS .PP nothing .SH IMPLEMENTATION .PP Declared in \fB"winternl.h"\fR. .PP Implemented in \fB"dlls/ntdll/rtlstr.c"\fR. .PP Debug channel \fB"ntdll"\fR.