|
|
|
|
|
|
|
|
|
|
|
|||||||
#include <winstl_version_info.h>
Public Methods | |
Construction | |
| version_info (ws_char_a_t const *moduleName) | |
| Creates an instance corresponding to the version information from the given module. | |
| version_info (ws_char_w_t const *moduleName) | |
| Creates an instance corresponding to the version information from the given module. | |
| ~version_info () | |
| Releases any allocated resources. | |
Properties | |
| ws_size_t | Length () const |
| The length of the version information. | |
| ws_size_t | ValueLength () const |
| The length of the value part of the version block. | |
| ws_size_t | Type () const |
| The type field in the version block. | |
| wchar_t const * | Key () const |
| The key of the version block. | |
| fixed_file_info | FixedFileInfo () const |
| The FixedFileInfo part of the block. | |
| ss_bool_t | HasVarFileInfo () const |
| Indicates whether the module contains a VarFileInfo block. | |
| VsVarFileInfo | VarFileInfo () const |
| The VarFileInfo part of the block. | |
| ss_bool_t | HasStringFileInfo () const |
| Indicates whether the module contains a StringFileInfo block. | |
| VsStringFileInfo | StringFileInfo () const |
| The StringFileInfo part of the block. | |
|
|
Creates an instance corresponding to the version information from the given module.
|
|
|
Creates an instance corresponding to the version information from the given module.
|
|
|
Releases any allocated resources.
|
|
|
The FixedFileInfo part of the block.
|
|
|
Indicates whether the module contains a StringFileInfo block.
|
|
|
Indicates whether the module contains a VarFileInfo block.
|
|
|
The key of the version block.
|
|
|
The length of the version information.
|
|
|
The StringFileInfo part of the block.
|
|
|
The type field in the version block.
|
|
|
The length of the value part of the version block.
|
|
|
The VarFileInfo part of the block.
|
|
|
| STLSoft Libraries documentation © Synesis Software Pty Ltd, 2001-2004 |