|
◆ Translate()
virtual bool AkErrorMessageTranslator::Translate |
( |
const AkOSChar * |
in_pszError, |
|
|
AkOSChar * |
out_translatedPszError, |
|
|
AkInt32 |
in_maxPszErrorSize, |
|
|
char * |
in_args, |
|
|
AkUInt32 |
in_uArgSize |
|
) |
| |
|
virtual |
Resolve names associated to the wwise tag(s) in the error message if possible - 引数
-
[in] | in_pszError | The error message to translate |
[out] | out_translatedPszError | The final result of the translation |
[in] | in_maxPszErrorSize | The maximum size of the translatedPszError and also the maximum size of the m_translationBuffer |
[in] | in_args | The variable arguments used in the tranlsation |
[in] | in_uArgSize | The total size of variable arguments, in bytes |
- 戻り値
- bool Whether or not the translation was successful
|