struct VS_FIXEDFILEINFO
Defined at line 109 of file ../../third_party/crashpad/src/compat/non_win/verrsrc.h
Version information for a file.
On Windows, this information is derived from a file’s version information
resource, and is obtained by calling `VerQueryValue()` with an `lpSubBlock`
argument of `"\"` (a single backslash).
Public Members
uint32_t dwSignature
uint32_t dwStrucVersion
uint32_t dwFileVersionMS
uint32_t dwFileVersionLS
uint32_t dwProductVersionMS
uint32_t dwProductVersionLS
uint32_t dwFileFlagsMask
uint32_t dwFileFlags
uint32_t dwFileOS
uint32_t dwFileType
uint32_t dwFileSubtype
uint32_t dwFileDateMS
uint32_t dwFileDateLS