バージョン
menu_open
Wwise SDK 2018.1.11

◆ CONVERT_WIDE_TO_OSCHAR

#define CONVERT_WIDE_TO_OSCHAR (   _wstring_,
  _oscharstring_ 
)

Converts a wchar_t string to an AkOSChar string.

注釈
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)

AkPlatformFuncs.h454 行目に定義があります。


このページはお役に立ちましたか?

サポートは必要ですか?

ご質問や問題、ご不明点はございますか?お気軽にお問い合わせください。

サポートページをご確認ください

あなたのプロジェクトについて教えてください。ご不明な点はありませんか。

プロジェクトを登録していただくことで、ご利用開始のサポートをいたします。

Wwiseからはじめよう