79490656

Date: 2025-03-06 20:54:18
Score: 1
Natty:
Report link

Answer by John Willemse didn't work for me - it turns out fileTimeUnchanged had to be set to 0xFFFFFFFFFFFFFFFF rather than 0xFFFFFFFF. This is because (according to the docs) you need to pass the FILETIME structure with both DWORDs set to 0xFFFFFFFF. Passing 0xFFFFFFFF as the entire structure would give dwLowDateTime the correct value, but dwHighDateTime would be 0.

Reasons:
  • Has code block (-0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: KUNGERMIOoN