NTSTRSAFEDDI - NtDoc

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

#define NTSTRSAFEDDI      __inline NTSTATUS __clrcall

#endif
#endif

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

#define NTSTRSAFEDDI      __inline NTSTATUS __stdcall

#endif
#endif

View code on GitHub

No description available.