Gets the name of the list at the specified position.
List ordering is arbitrary and can vary between Wwise Authoring versions or project loads.
 | 警告: If you do not provide a buffer big enough to write the full string, the function will fail and return 0. Make sure to use a buffer big enough to write the entire string, depending on your own naming convention. |
- 引数
-
| [in] | in_this | Current instance of this interface. |
| [in] | in_uiListIndex | Index of the list name to retrieve. |
| [out] | out_pszListName | Pointer to a buffer that will contain the list name. |
| [in] | in_uiBufferSize | Size of the provided buffer. If the buffer is not big enough for the entire name alongside a string ending suffix, the function will return 0 and no string will be copied. |
- 戻り値
- Number of characters written to the buffer, zero if failed.
HostObjectStore.h の 274 行目に定義があります。
参照元 AK.Wwise::Plugin::V1::ObjectStore::GetListName().