#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
View code on GitHubNo description available.