ALPC_SECFLG_CREATE_HANDLE - NtDoc

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

/*
 * Create handle for new security context
 * 
 * \remarks When creating a new security context, create a handle and write it back to ContextHandle.
 * \sa AlpcpCaptureSecurityAttribute / AlpcpCaptureSecurityAttributeInternal
 */
#define ALPC_SECFLG_CREATE_HANDLE 0x20000

#endif

View code on GitHub

NtDoc

No description available.