RtlFreeUnicodeString (ntdll)
Last changed: anonymous

.
Summary
TODO - a short description

C# Signature:

[DllImport("ntdll.dll")]
public static extern void RtlFreeUnicodeString(
   ref UNICODE_STRING UnicodeString);

User-Defined Types:

UNICODE_STRING

Alternative Managed API:

Do you know one? Please contribute it!

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Documentation