#ifndef _NTRTL_H NTSYSAPI BOOLEAN NTAPI RtlCreateUnicodeStringFromAsciiz( _Out_ PUNICODE_STRING DestinationString, _In_z_ PCSTR SourceString ); #endif View code on GitHub
No description available.