SLGetInstalledProductKeyIds 函式 (slpublic.h)
此函式會傳回相關聯的產品密鑰標識碼清單
具有指定的產品 SKU 識別碼。
語法
HRESULT SLGetInstalledProductKeyIds(
[in] HSLC hSLC,
[in] const SLID *pProductSkuId,
[out] UINT *pnProductKeyIds,
[out] SLID **ppProductKeyIds
);
參數
[in] hSLC
類型: HSLC
目前 SLC 工作階段的句柄。
[in] pProductSkuId
類型: const SLID*
產品 SKU 識別碼的指標。
[out] pnProductKeyIds
類型: UINT*
傳回產品金鑰標識碼數目的指標。
[out] ppProductKeyIds
類型: 滑動**
產品金鑰標識子陣列的指標。
傳回值
類型: HRESULT WINAPI
如果此函式成功,它會傳回 S_OK。 否則,它會傳回 HRESULT 錯誤碼。
傳回碼/值 | Description |
---|---|
|
找不到輸入索引鍵的值。 |
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 | Windows 8 [僅限傳統型應用程式] |
最低支援的伺服器 | Windows Server 2012 [僅限傳統型應用程式] |
目標平台 | Windows |
標頭 | slpublic.h |
程式庫 | Slc.lib |
Dll | Slc.dll |