EXTERN_C - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
#ifndef _NTSTRSAFE_H_INCLUDED_
#ifdef __cplusplus

#define EXTERN_C    extern "C"

#endif
#endif

View code on GitHub
#ifndef _NTSTRSAFE_H_INCLUDED_
#ifdef __cplusplus
// ...
#else

#define EXTERN_C    extern

#endif
#endif

View code on GitHub

No description available.