版本

menu_open
#define CONVERT_WIDE_TO_OSCHAR ( _wstring_,
_oscharstring_   )     ( _oscharstring_ ) = (AkOSChar*)( _wstring_ )

Converts a wchar_t string to an AkOSChar string.

Remarks:
On some platforms the AkOSChar string simply points to the same string, on others a new buffer is allocated on the stack using AkAlloca. This means you must make sure that:
  • The source string stays valid and unmodified for as long as you need the AkOSChar string (for cases where they point to the same string)
  • The AkOSChar string is used within this scope only -- for example, do NOT return that string from a function (for cases where it is allocated on the stack)

Definition at line 477 of file AkPlatformFuncs.h.


此页面对您是否有帮助?

需要技术支持?

仍有疑问?或者问题?需要更多信息?欢迎联系我们,我们可以提供帮助!

查看我们的“技术支持”页面

介绍一下自己的项目。我们会竭力为您提供帮助。

来注册自己的项目,我们帮您快速入门,不带任何附加条件!

开始 Wwise 之旅