Funzione SLSetCurrentProductKey (slpublic.h)
Imposta l'oggetto corrente
Codice Product Key per il codice Product Key installato in precedenza.
Sintassi
HRESULT SLSetCurrentProductKey(
[in] HSLC hSLC,
[in] const SLID *pProductSkuId,
[in] const SLID *pProductKeyId
);
Parametri
[in] hSLC
Tipo: HSLC
Handle per il contesto SLC corrente.
[in] pProductSkuId
Tipo: const SLID*
Puntatore all'ID SKU del prodotto.
[in] pProductKeyId
Tipo: const SLID*
Puntatore all'ID del codice Product Key.
Valore restituito
Tipo: HRESULT WINAPI
Se questa funzione ha esito positivo, restituisce S_OK. In caso contrario, restituisce un codice di errore HRESULT .
Codice/valore restituito | Descrizione |
---|---|
|
Lo SKU del prodotto non viene trovato. |
|
Il codice Product Key non è disponibile. |
|
L'operazione richiesta non è consentita. |
Requisiti
Client minimo supportato | Windows 8 [solo app desktop] |
Server minimo supportato | Windows Server 2012 [solo app desktop] |
Piattaforma di destinazione | Windows |
Intestazione | slpublic.h |
Libreria | Slc.lib |
DLL | Slc.dll |