ALPC_CREATEPORTSECTIONFLG_SECURE - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
#ifndef _NTLPCAPI_H
// begin_private

// NtAlpcCreatePortSection accepts only Flags & 0x00040000; all other bits are rejected
// 0x00040000: SectionHandle must be NULL; SectionSize must be nonzero
#define ALPC_CREATEPORTSECTIONFLG_SECURE 0x00040000 // rev

// end_private
#endif

View code on GitHub

NtDoc

No description available.