Freigeben über


SLSetCurrentProductKey-Funktion (slpublic.h)

Legt die aktuelle
Product Key für den zuvor installierten Product Key.

Syntax

HRESULT SLSetCurrentProductKey(
  [in] HSLC       hSLC,
  [in] const SLID *pProductSkuId,
  [in] const SLID *pProductKeyId
);

Parameter

[in] hSLC

Typ: HSLC

Das Handle für den aktuellen SLC-Kontext.

[in] pProductSkuId

Typ: const SLID*

Ein Zeiger auf die Produkt-SKU-ID.

[in] pProductKeyId

Typ: const SLID*

Ein Zeiger auf die Product Key-ID.

Rückgabewert

Typ: HRESULT WINAPI

Wenn diese Funktion erfolgreich ist, wird S_OK zurückgegeben. Andernfalls wird ein Fehlercode HRESULT zurückgegeben.

Rückgabecode/-wert BESCHREIBUNG
SL_E_MISMATCHED_PRODUCT_SKU
0xC004F069
Die Produkt-SKU wurde nicht gefunden.
SL_E_PKEY_NOT_INSTALLED
0xC004F014
Der Product Key ist nicht verfügbar.
SL_E_OPERATION_NOT_ALLOWED
0xC004F06A
Der angeforderte Vorgang ist nicht zulässig.

Anforderungen

   
Unterstützte Mindestversion (Client) Windows 8 [nur Desktop-Apps]
Unterstützte Mindestversion (Server) Windows Server 2012 [nur Desktop-Apps]
Zielplattform Windows
Kopfzeile slpublic.h
Bibliothek Slc.lib
DLL Slc.dll