#ifndef _NTRTL_H NTSYSAPI NTSTATUS NTAPI RtlAppendStringToString( _Inout_ PSTRING Destination, _In_ PSTRING Source ); #endif View code on GitHub
This function is documented in Windows Driver Kit.