#ifndef _NTLPCAPI_H
// Initialize the first field with the transferred-handle index you want to resolve.
// On success, the buffer is updated with the duplicated handle details.
typedef struct _ALPC_MESSAGE_HANDLE_INFORMATION
{
ULONG Index;
ULONG Flags;
ULONG Handle;
ULONG ObjectType;
ACCESS_MASK GrantedAccess;
} ALPC_MESSAGE_HANDLE_INFORMATION, *PALPC_MESSAGE_HANDLE_INFORMATION;
View code on GitHubNo description available.