#include <winstl/system/version_info.hpp>
Public Member Functions | |
| fixed_file_info (VS_FIXEDFILEINFO const *ffi) | |
| Constructor. | |
| ws_uint16_t | ApiVerHigh () const |
| ws_uint16_t | ApiVerLow () const |
| ws_uint16_t | FileVerMajor () const |
| The major part of the file version. | |
| ws_uint16_t | FileVerMinor () const |
| The minor part of the file version. | |
| ws_uint16_t | FileVerRevision () const |
| The revision part of the file version. | |
| ws_uint16_t | FileVerBuild () const |
| The build increment part of the file version. | |
| ws_uint16_t | ProductVerMajor () const |
| The major part of the product version. | |
| ws_uint16_t | ProductVerMinor () const |
| The minor part of the product version. | |
| ws_uint16_t | ProductVerRevision () const |
| The revision part of the product version. | |
| ws_uint16_t | ProductVerBuild () const |
| The build increment part of the product version. | |
| ws_uint32_t | FileFlagsMask () const |
| The file flags mask. | |
| ws_uint32_t | FileFlags () const |
| The file flags. | |
| ws_uint32_t | FileOS () const |
| The file operating system. | |
| ws_uint32_t | FileType () const |
| The file type. | |
| ws_uint32_t | FileSubtype () const |
| The file subtype. | |
| FILETIME const & | FileDateTime () const |
| The timestamp of the file. | |
| fixed_file_info | ( | VS_FIXEDFILEINFO const * | ffi | ) |
Constructor.
| ws_uint16_t FileVerMajor | ( | ) | const |
The major part of the file version.
| ws_uint16_t FileVerMinor | ( | ) | const |
The minor part of the file version.
| ws_uint16_t FileVerRevision | ( | ) | const |
The revision part of the file version.
| ws_uint16_t FileVerBuild | ( | ) | const |
The build increment part of the file version.
| ws_uint16_t ProductVerMajor | ( | ) | const |
The major part of the product version.
| ws_uint16_t ProductVerMinor | ( | ) | const |
The minor part of the product version.
| ws_uint16_t ProductVerRevision | ( | ) | const |
The revision part of the product version.
| ws_uint16_t ProductVerBuild | ( | ) | const |
The build increment part of the product version.
| ws_uint32_t FileFlagsMask | ( | ) | const |
The file flags mask.
| ws_uint32_t FileFlags | ( | ) | const |
The file flags.
| ws_uint32_t FileOS | ( | ) | const |
The file operating system.
| ws_uint32_t FileType | ( | ) | const |
The file type.
| ws_uint32_t FileSubtype | ( | ) | const |
The file subtype.
| FILETIME const& FileDateTime | ( | ) | const |
The timestamp of the file.
1.5.6