#ifndef _NTLPCAPI_H typedef struct _PORT_DATA_ENTRY { PVOID Base; ULONG Size; } PORT_DATA_ENTRY, *PPORT_DATA_ENTRY; #endif View code on GitHub
No description available.