- 对于 Developer 安装,此方法仅返回 Developer 许可证,以及允许调试的 Runtime 许可证。默认情况下,Runtime 许可证不允许调试,但可按需启用。
- 对于 Runtime 安装,此方法返回所有与 CustomerProjectID 匹配且已激活的许可证。
- Linux 和 macOS:libProtection.Developer.so
- Windows:Protection.Developer.dll
HRESULT GetAvailableLicenses(
BSTR CustomerProjectID,
BSTR Reserved,
ILicenses** Result
);
ILicenses GetAvailableLicenses(
string CustomerProjectID,
string Reserved
);
Function GetAvailableLicenses( _
CustomerProjectID As String, _
Reserved As String _
) As ILicenses
此页面对您有帮助吗?