This commit is contained in:
Brady McDermott
2023-10-16 14:40:03 -06:00
parent 4054dac5f1
commit e0fa6632cd
3 changed files with 8 additions and 7 deletions

View File

@@ -370,7 +370,8 @@ VOID UpdateGroup(_In_ PGROUP pg)
// Set the group checksum
pg->wChecksum = 1; // NOTE: implement this for real later lol
pg->dwFlags = GRP_FLAG_MAXIMIZED;// GetGroupFlags(pgw);
// TODO: set group flags
// pg->dwFlags = GRP_FLAG_MAXIMIZED;// GetGroupFlags(pgw);
// Set FILETIME
GetSystemTimeAsFileTime(&pg->ftLastWrite);