#ifndef _NTRTL_H #if (PHNT_VERSION >= PHNT_WINDOWS_SERVER_2003) NTSYSAPI NTSTATUS NTAPI RtlInitAnsiStringEx( _Out_ PANSI_STRING DestinationString, _In_opt_z_ PCSZ SourceString ); #endif #endif View code on GitHub
No description available.