Update api_defs.h

This commit is contained in:
DavidXanatos 2022-10-23 11:19:38 +02:00
parent b6db9a256f
commit 7e94dbcb47
1 changed files with 1 additions and 1 deletions

View File

@ -506,7 +506,7 @@ typedef struct _SVC_REGHIVE_MSG {
ULONG process_id; ULONG process_id;
ULONG session_id; ULONG session_id;
WCHAR boxname[BOXNAME_COUNT]; WCHAR boxname[34];
} SVC_REGHIVE_MSG; } SVC_REGHIVE_MSG;