Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,8 @@ Call the <b>GetFileVersionInfoSizeEx</b> function before calling the <a href="/w
> [!NOTE]
> The winver.h header defines GetFileVersionInfoSizeEx as an alias which automatically selects the ANSI or Unicode version of this function based on the definition of the UNICODE preprocessor constant. Mixing usage of the encoding-neutral alias with code that not encoding-neutral can lead to mismatches that result in compilation or runtime errors. For more information, see [Conventions for Function Prototypes](/windows/win32/intl/conventions-for-function-prototypes).

Version.lib does not export this function causing linking issues. Check DUMPBIN to check if it is there or not.

## -see-also

<b>Conceptual</b>
Expand All @@ -157,4 +159,4 @@ Call the <b>GetFileVersionInfoSizeEx</b> function before calling the <a href="/w



<a href="/windows/desktop/menurc/version-information">Version Information</a>
<a href="/windows/desktop/menurc/version-information">Version Information</a>