mirror of
https://github.com/rapid7/metasploit-payloads
synced 2024-11-26 17:41:08 +01:00
feat(injection): adding hTriggerEvent to POOLPARTYCONTEXT
This commit is contained in:
parent
c6d066fa86
commit
af77eda913
@ -81,6 +81,12 @@ typedef struct _POOLPARTYCONTEXT
|
||||
BYTE bPadding2[8];
|
||||
} p;
|
||||
|
||||
union
|
||||
{
|
||||
LPVOID hTriggerEvent;
|
||||
BYTE bPadding2[8];
|
||||
} e;
|
||||
|
||||
} POOLPARTYCONTEXT, * LPPOOLPARTYCONTEXT;
|
||||
|
||||
//===============================================================================================//
|
||||
|
Loading…
Reference in New Issue
Block a user