#ifndef _PHNT_NTDEF_H #ifndef _NTDEF_ #define DECLARE_GLOBAL_CONST_UNICODE_STRING(_var, _str) \ extern const DECLSPEC_SELECTANY UNICODE_STRING _var = RTL_CONSTANT_STRING(_str) #endif #endif View code on GitHub
No description available.