#ifndef _NTRTL_H FORCEINLINE BOOLEAN NTAPI_INLINE RtlIsNullOrEmptyUnicodeString( _In_opt_ PCUNICODE_STRING String ) { return !String || String->Length == 0; } #endif View code on GitHub
No description available.