7 lines
93 B
C
7 lines
93 B
C
typedef struct
|
|
{
|
|
HANDLE pid;
|
|
VOID *poff;
|
|
ULONG data;
|
|
} SUBPROC_CL;
|