record TVSFixedFileInfo
Unit
classwork
Declaration
type TVSFixedFileInfo = record
Description
This structure defines the items in the version resource which are fixed: that is, their sizes and locations within the resource are predefined. Although this structure is defined by Microsoft for use with Windows, FPC and Lazarus encode it into ELF files as well.
Overview
Fields
Description
Fields
dwStrucVersion: longword; |
|
dwFileVersionMS: longword; |
|
dwFileVersionLS: longword; |
|
dwProductVersionMS: longword; |
|
dwProductVersionLS: longword; |
|
dwFileFlagsMask: longword; |
|
Generated by PasDoc 0.13.0 on 2015-06-23 19:40:11
|