Go to the source code of this file.
|
bool | REX::W32::GetFileVersionInfoA (const char *a_name, std::uint32_t a_handle, std::uint32_t a_dataLen, void *a_data) noexcept |
|
std::uint32_t | REX::W32::GetFileVersionInfoSizeA (const char *a_name, std::uint32_t *a_handle) noexcept |
|
std::uint32_t | REX::W32::GetFileVersionInfoSizeExW (std::uint32_t a_flags, const wchar_t *a_name, std::uint32_t *a_handle) noexcept |
|
std::uint32_t | REX::W32::GetFileVersionInfoSizeW (const wchar_t *a_name, std::uint32_t *a_handle) noexcept |
|
bool | REX::W32::GetFileVersionInfoW (const wchar_t *a_name, std::uint32_t a_handle, std::uint32_t a_dataLen, void *a_data) noexcept |
|
bool | REX::W32::VerQueryValueA (const void *a_block, const char *a_subBlock, void **a_buf, std::uint32_t *a_bufLen) noexcept |
|
bool | REX::W32::VerQueryValueW (const void *a_block, const wchar_t *a_subBlock, void **a_buf, std::uint32_t *a_bufLen) noexcept |
|