<trclass="memdesc:aaa1975d235ec02eb376252c9aa7b643e"><tdclass="mdescLeft"> </td><tdclass="mdescRight">The structure’s magic number, <aclass="el"href="verrsrc_8h.html#a323849bf0740c974e68b19ae551e1a18"title="The magic number for a VS_FIXEDFILEINFO structure, stored in VS_FIXEDFILEINFO::dwSignature. ">VS_FFI_SIGNATURE</a>. <br/></td></tr>
<trclass="memdesc:a174a71f3cf4f6fc58c95c048c0f72b2a"><tdclass="mdescLeft"> </td><tdclass="mdescRight">The structure’s version, <aclass="el"href="verrsrc_8h.html#a5d5a4b05d359ca879b652292498d49b9"title="The version of a VS_FIXEDFILEINFO structure, stored in VS_FIXEDFILEINFO::dwStrucVersion. ">VS_FFI_STRUCVERSION</a>. <br/></td></tr>
<trclass="memdesc:abb90eb86c2e0370ee9564af8c78b01b4"><tdclass="mdescLeft"> </td><tdclass="mdescRight">The more-significant portion of the file’s version number. <ahref="#abb90eb86c2e0370ee9564af8c78b01b4">More...</a><br/></td></tr>
<trclass="memdesc:aa451a50f8d32739d57c28faae91a8681"><tdclass="mdescLeft"> </td><tdclass="mdescRight">The less-significant portion of the file’s version number. <ahref="#aa451a50f8d32739d57c28faae91a8681">More...</a><br/></td></tr>
<trclass="memdesc:a5c4dc629bfbf8323b63f38387fc6fc43"><tdclass="mdescLeft"> </td><tdclass="mdescRight">The more-significant portion of the product’s version number. <ahref="#a5c4dc629bfbf8323b63f38387fc6fc43">More...</a><br/></td></tr>
<trclass="memdesc:ab0c366cc2209dbeee9df2b0ebcf35f8d"><tdclass="mdescLeft"> </td><tdclass="mdescRight">The less-significant portion of the product’s version number. <ahref="#ab0c366cc2209dbeee9df2b0ebcf35f8d">More...</a><br/></td></tr>
<trclass="memdesc:a1523cf64b0b010ecf5a8c3b02866041c"><tdclass="mdescLeft"> </td><tdclass="mdescRight">A bitmask of <aclass="el"href="verrsrc_8h.html#VS_FF_x">VS_FF_*</a> values indicating which bits in <aclass="el"href="structVS__FIXEDFILEINFO.html#a1ecf0351f90806354f987321c4d1ce0e"title="A bitmask of VS_FF_* values identifying attributes of the file. Only bits present in dwFileFlagsMask ...">dwFileFlags</a> are valid. <br/></td></tr>
<trclass="memdesc:a1ecf0351f90806354f987321c4d1ce0e"><tdclass="mdescLeft"> </td><tdclass="mdescRight">A bitmask of <aclass="el"href="verrsrc_8h.html#VS_FF_x">VS_FF_*</a> values identifying attributes of the file. Only bits present in <aclass="el"href="structVS__FIXEDFILEINFO.html#a1523cf64b0b010ecf5a8c3b02866041c"title="A bitmask of VS_FF_* values indicating which bits in dwFileFlags are valid. ">dwFileFlagsMask</a> are valid. <br/></td></tr>
<trclass="memdesc:a8c3fe491b237c8ed26cc4b7d47cc9cfb"><tdclass="mdescLeft"> </td><tdclass="mdescRight">The file’s intended operating system, a value of <aclass="el"href="verrsrc_8h.html#VOS_x">VOS_*</a>. <br/></td></tr>
<trclass="memdesc:ab6ccb55f06848d5607d39d1eb6b647b6"><tdclass="mdescLeft"> </td><tdclass="mdescRight">The file’s type, a value of <aclass="el"href="verrsrc_8h.html#VFT_x">VFT_*</a>. <br/></td></tr>
<trclass="memdesc:a1e98a135a3f9d31d4c13e123786ee882"><tdclass="mdescLeft"> </td><tdclass="mdescRight">The file’s subtype, a value of <aclass="el"href="verrsrc_8h.html#VFT2_x">VFT2_*</a> corresponding to its <aclass="el"href="structVS__FIXEDFILEINFO.html#ab6ccb55f06848d5607d39d1eb6b647b6"title="The file’s type, a value of VFT_*. ">dwFileType</a>, if the file type has subtypes. <br/></td></tr>
<trclass="memdesc:ab7d5db03c9f65acf75b2681a391ee341"><tdclass="mdescLeft"> </td><tdclass="mdescRight">The more-significant portion of the file’s creation date. <ahref="#ab7d5db03c9f65acf75b2681a391ee341">More...</a><br/></td></tr>
<trclass="memdesc:a9941cc13c4ebf36c267765bd62c16cd3"><tdclass="mdescLeft"> </td><tdclass="mdescRight">The less-significant portion of the file’s creation date. <ahref="#a9941cc13c4ebf36c267765bd62c16cd3">More...</a><br/></td></tr>
<p>On Windows, this information is derived from a file’s version information resource, and is obtained by calling <code>VerQueryValue()</code> with an <code>lpSubBlock</code> argument of <code>"\"</code> (a single backslash). </p>
<p>The less-significant portion of the file’s version number. </p>
<p>This field contains the last two components of a four-component version number. For a file whose version is 1.2.3.4, this field would be <code>0x00030004</code>.</p>
<dlclass="section see"><dt>See also</dt><dd><aclass="el"href="structVS__FIXEDFILEINFO.html#abb90eb86c2e0370ee9564af8c78b01b4"title="The more-significant portion of the file’s version number. ">dwFileVersionMS</a></dd></dl>
<p>The more-significant portion of the file’s version number. </p>
<p>This field contains the first two components of a four-component version number. For a file whose version is 1.2.3.4, this field would be <code>0x00010002</code>.</p>
<dlclass="section see"><dt>See also</dt><dd><aclass="el"href="structVS__FIXEDFILEINFO.html#aa451a50f8d32739d57c28faae91a8681"title="The less-significant portion of the file’s version number. ">dwFileVersionLS</a></dd></dl>
<p>The less-significant portion of the product’s version number. </p>
<p>This field contains the last two components of a four-component version number. For a product whose version is 1.2.3.4, this field would be <code>0x00030004</code>.</p>
<dlclass="section see"><dt>See also</dt><dd><aclass="el"href="structVS__FIXEDFILEINFO.html#a5c4dc629bfbf8323b63f38387fc6fc43"title="The more-significant portion of the product’s version number. ">dwProductVersionMS</a></dd></dl>
<p>The more-significant portion of the product’s version number. </p>
<p>This field contains the first two components of a four-component version number. For a product whose version is 1.2.3.4, this field would be <code>0x00010002</code>.</p>
<dlclass="section see"><dt>See also</dt><dd><aclass="el"href="structVS__FIXEDFILEINFO.html#ab0c366cc2209dbeee9df2b0ebcf35f8d"title="The less-significant portion of the product’s version number. ">dwProductVersionLS</a></dd></dl>
</div>
</div>
<hr/>The documentation for this struct was generated from the following file:<ul>