Skip to content

Instantly share code, notes, and snippets.

@fox-srt
Created November 10, 2023 17:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fox-srt/96daec34d0d4bdf672e15a397660e974 to your computer and use it in GitHub Desktop.
Save fox-srt/96daec34d0d4bdf672e15a397660e974 to your computer and use it in GitHub Desktop.
enum FIELD_IDENTIFIER : WORD {
CQuaResDataID_File = 0x02,
CQuaResDataID_Registry = 0x03,
Flags = 0x0A,
PhysicalPath = 0x0C,
DetectionContext = 0x0D,
Unknown = 0x0E,
CreationTime = 0x0F,
LastAccessTime = 0x10,
LastWriteTime = 0x11,
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment