[PSDK] Add COWAIT_DEFAULT

This commit is contained in:
Mark Jansen
2022-06-18 21:23:43 +02:00
parent 334c7cee35
commit 8760852129

View File

@@ -692,6 +692,7 @@ CoRegisterChannelHook(
typedef enum tagCOWAIT_FLAGS
{
COWAIT_DEFAULT = 0x00000000,
COWAIT_WAITALL = 0x00000001,
COWAIT_ALERTABLE = 0x00000002,
COWAIT_INPUTAVAILABLE = 0x00000004