ALPC_SECFLG_DELETE_EXISTING - NtDoc

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

/*
 * Delete/revoke existing security context
 * 
 * \remarks if ContextHandle == -2, this path is rejected
 * \sa AlpcpCaptureSecurityAttribute, AlpcpCaptureSecurityAttributeInternal
 */
#define ALPC_SECFLG_DELETE_EXISTING 0x10000

#endif

View code on GitHub

NtDoc

No description available.