CodePorting::Native::Cs2Cpp::MismatchedVersionInfo Struct Reference

Information on version info mismatch between system module and ported module. More...

Public Attributes

wchar_t module_name [MODULE_NAME_BUFFER_SIZE]
 Name of the module that triggered error. More...
 
VersionInfo product_version_info
 Version info of ported product module. More...
 

Detailed Description

Information on version info mismatch between system module and ported module.

Member Data Documentation

◆ module_name

wchar_t CodePorting::Native::Cs2Cpp::MismatchedVersionInfo::module_name[MODULE_NAME_BUFFER_SIZE]

Name of the module that triggered error.

◆ product_version_info

VersionInfo CodePorting::Native::Cs2Cpp::MismatchedVersionInfo::product_version_info

Version info of ported product module.