[pywin32-bugs] [ pywin32-Patches-805880 ] GetFileVersionInfo
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: SourceForge.net <no...@so...> - 2003-10-18 07:02:33
|
Patches item #805880, was opened at 2003-09-14 16:59 Message generated for change (Comment added) made by mhammond You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551956&aid=805880&group_id=78018 Category: None Group: None >Status: Closed >Resolution: Accepted Priority: 5 Submitted By: Roger Upole (rupole) Assigned to: Nobody/Anonymous (nobody) Summary: GetFileVersionInfo Initial Comment: Calls to VerQueryValue are done internally instead of returning a buffer and requiring separate function calls. This is a performance hit since GetFileVersionInfo has to be called for each item, but simplifies the calling code. ---------------------------------------------------------------------- >Comment By: Mark Hammond (mhammond) Date: 2003-10-18 16:16 Message: Logged In: YES user_id=14198 Checking in src/win32apimodule.cpp; new revision: 1.26; previous revision: 1.25 Checking in Demos/getfilever.py; initial revision: 1.1 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551956&aid=805880&group_id=78018 |