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().