MAKEINTRESOURCE - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// ntfill.h
#ifdef UNICODE

#define MAKEINTRESOURCE  MAKEINTRESOURCEW

#endif

View code on GitHub
// ntfill.h
#ifdef UNICODE
// ...
#else

#define MAKEINTRESOURCE  MAKEINTRESOURCEA

#endif

View code on GitHub

NtDoc

No description available.