NTSTRSAFEWORKERDDI - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
#ifndef _NTSTRSAFE_H_INCLUDED_
#if defined(NTSTRSAFE_LIB_IMPL) || defined(NTSTRSAFE_LIB)

#define NTSTRSAFEWORKERDDI    EXTERN_C NTSTATUS __stdcall

#endif
#endif

View code on GitHub
#ifndef _NTSTRSAFE_H_INCLUDED_
#if defined(NTSTRSAFE_LIB_IMPL) || defined(NTSTRSAFE_LIB)
// ...
#else

#define NTSTRSAFEWORKERDDI    static NTSTRSAFEDDI

#endif
#endif

View code on GitHub

No description available.