Freigeben über


SLActivateProduct-Funktion (slpublic.h)

Ruft eine Nutzungslizenz vom Softwarelizenzserver (SLS) ab.

Syntax

HRESULT SLActivateProduct(
  [in]           HSLC                            hSLC,
  [in]           const SLID                      *pProductSkuId,
  [in, optional] UINT                            cbAppSpecificData,
  [in, optional] const PVOID                     pvAppSpecificData,
  [in, optional] const SL_ACTIVATION_INFO_HEADER *pActivationInfo,
  [in, optional] PCWSTR                          pwszProxyServer,
  [in, optional] WORD                            wProxyPort
);

Parameter

[in] hSLC

Typ: HSLC

Das Handle für den aktuellen SLC-Kontext.

[in] pProductSkuId

Typ: const SLID*

Ein Zeiger auf die Produkt-ID.

[in, optional] cbAppSpecificData

Typ: UINT

Die Größe der anwendungsspezifischen Daten.

[in, optional] pvAppSpecificData

Typ: const PVOID

Ein Zeiger auf anwendungsspezifische Daten. Dies kann vom Lizenzserver verwendet werden.
Informationen zum Einbetten anwendungsspezifischer Laufzeitinformationen.

[in, optional] pActivationInfo

Typ: const SL_ACTIVATION_INFO_HEADER*

Ein Zeiger auf zusätzliche Produktaktivierungsinformationen.

[in, optional] pwszProxyServer

Typ: PCWSTR

Der Proxyservername. Legen Sie dies auf NULL fest, um die automatische Proxyermittlung zu verwenden.

[in, optional] wProxyPort

Typ: WORD

Der Proxyserverport. Um den Standardport zu verwenden, legen Sie wProxyPort auf 0 fest.

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
E_INVALIDARG
0x80070057
Mindestens ein Argument ist ungültig.
SL_E_PUBLISHING_LICENSE_NOT_INSTALLED
0xC004F017
Die Lizenz ist nicht installiert.
SL_E_PKEY_NOT_INSTALLED
0xC004F014
Der Product Key ist nicht verfügbar.
SL_E_PRODUCT_SKU_NOT_INSTALLED
0xc004f015
Die Lizenz ist nicht installiert.

Anforderungen

Anforderung Wert
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