Retrieve the licensing status of the plug-in for the given platform.
- 引数
-
[in] | in_this | Current instance of this interface. |
[in] | in_guidPlatform | GUID of the platform. |
[out] | out_eSeverity | (Optional) If set, the string placed in out_pszMessage will be shown in the log with the corresponding severity. |
[out] | out_pszMessage | Pointer to the buffer of size in_uiBufferSize that will hold the message string. |
[in] | in_uiBufferSize | Null-terminated size of the buffer pointed by out_pszMessage. |
- 戻り値
- Licensing status of the plug-in; LicenseStatus_Unlicensed or LicenseStatus_Expired will prevent the plug-in from being included in a SoundBank.
- 参照
-
License.h の 76 行目に定義があります。
参照元 AK.Wwise::Plugin::V1::License::Interface::Interface().