ALPC_VIEWFLG_UNMAP_EXISTING - NtDoc

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

// NtAlpcCreateSectionView requires Flags == 0
#define ALPC_VIEWFLG_UNMAP_EXISTING     0x10000

#endif

View code on GitHub

NtDoc

No description available.