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