SLGetLicense function (slpublic.h)

Returns the license file BLOB.

Syntax

HRESULT SLGetLicense(
  [in]  HSLC       hSLC,
  [in]  const SLID *pLicenseFileId,
  [out] UINT       *pcbLicenseFile,
  [out] PBYTE      *ppbLicenseFile
);

Parameters

[in] hSLC

Type: HSLC

The handle to the current SLC context.

[in] pLicenseFileId

Type: const SLID*

A pointer to the license file ID.

[out] pcbLicenseFile

Type: UINT*

A pointer to the size, in bytes, of the license file BLOB.

[out] ppbLicenseFile

Type: PBYTE*

The license file BLOB.

Return value

Type: HRESULT WINAPI

If this function succeeds, it return S_OK. Otherwise, it returns an HRESULT error code.

Return code/value Description
E_INVALIDARG
0x80070057
One or more arguments are not valid.
SL_E_LICENSE_FILE_NOT_INSTALLED
0xC004F011
The license file is not installed.

Requirements

Requirement Value
Minimum supported client Windows 8 [desktop apps only]
Minimum supported server Windows Server 2012 [desktop apps only]
Target Platform Windows
Header slpublic.h
Library Slc.lib
DLL Slc.dll