ALPC_DIRECT_ATTR - NtDoc

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

// rev
typedef struct _ALPC_DIRECT_ATTR
{
    HANDLE EventHandle;
} ALPC_DIRECT_ATTR, *PALPC_DIRECT_ATTR;

#endif

View code on GitHub

NtDoc

No description available.