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 |
---|---|
|
Die Produkt-SKU wurde nicht gefunden. |
|
Der Product Key ist nicht verfügbar. |
|
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 |