- 對於 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
這個頁面有幫助嗎?