バージョン

menu_open
ターゲットプラットフォーム:
Wwise SDK 2023.1.3

◆ CONVERT_CHAR_TO_OSCHAR

#define CONVERT_CHAR_TO_OSCHAR (   _astring_,
  _oscharstring_ 
)

Converts a char 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.h610 行目に定義があります。


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

サポートは必要ですか?

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

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

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

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

Wwiseからはじめよう