SLDepositOfflineConfirmationIdEx function
Deposits Installation ID (IID) and Confirmation ID (CID) for offline activation.
Syntax
HRESULT WINAPI SLDepositOfflineConfirmationIdEx( _In_ HSLC hSLC, _In_opt_ const SLID *pProductSkuId, _In_opt_ const SL_ACTIVATION_INFO_HEADER *pActivationInfo, _In_ PCWSTR pwszInstallationId, _In_ PCWSTR pwszConfirmationId );
Parameters
- hSLC [in]
-
Type: HSLC
The handle to the current SLC context.
- pProductSkuId [in, optional]
-
Type: const SLID*
A pointer to the product ID.
- pActivationInfo [in, optional]
-
Type: const SL_ACTIVATION_INFO_HEADER*
A pointer to additional information.
- pwszInstallationId [in]
-
Type: PCWSTR
The Installation ID generated by the SLGenerateOfflineInstallationId function.
- pwszConfirmationId [in]
-
Type: PCWSTR
The Confirmation ID CSR.
Return value
Type: HRESULT WINAPI
If this function succeeds, it return S_OK. Otherwise, it returns an HRESULT error code.
| Return code/value | Description |
|---|---|
|
One or more arguments are not valid. |
|
The Installation ID (IID) or the Confirmation ID (CID) is not valid. |
|
The license is not installed. |
Requirements
|
Minimum supported client | Windows 8 [desktop apps only] |
|---|---|
|
Minimum supported server | Windows Server 2012 [desktop apps only] |
|
Header |
|
|
Library |
|
|
DLL |
|
Send comments about this topic to Microsoft
Build date: 10/26/2012
