 |
GetFileVersionInfoSize Add comment W32 Constants Translate this page |
 |
 |
|
The GetFileVersionInfoSize function determines whether the operating system can retrieve version information for a specified file. |
 |
 |
| Code examples: |
 |
|
|
 |
 |
| Declaration: |
 |
 |
DWORD GetFileVersionInfoSize(
LPTSTR lptstrFilename,
LPDWORD lpdwHandle
);
|
 |
 |
 |
| FoxPro declaration: |
 |
 |
DECLARE INTEGER GetFileVersionInfoSize IN version.dll;
STRING lptstrFilename,;
INTEGER lpdwHandle
|
 |
 |
 |
| Parameters: |
 |
lptstrFilename
[in] Pointer to a null-terminated string that specifies the name of the file of interest.
lpdwHandle
[out] Pointer to a variable that the function sets to zero. |
 |
 |
| Return value: |
 |
| If the function succeeds, the return value is the size, in bytes, of the file"s version information. |
 |
 |
| My comment: |
 |
If version information is available, GetFileVersionInfoSize returns the size, in bytes, of that information.
|
 |
 |
| Word Index links for the GetFileVersionInfoSize : |
 |
|
|
 |
 |
| Translate this page: |
 |
|
 |
 |
| • |
 |
| Created: | 2005-02-25 16:05:33 | | Modified: | 2005-02-25 16:10:59 | Visited in last 7 days: 20 |