SLGetPolicyInformationDWORD function (slpublic.h)

Gets the policy information after right has been consumed successfully.

Syntax

HRESULT SLGetPolicyInformationDWORD(
  [in]  HSLC   hSLC,
  [in]  PCWSTR pwszValueName,
  [out] DWORD  *pdwValue
);

Parameters

[in] hSLC

Type: HSLC

The handle to the current SLC context.

[in] pwszValueName

Type: PCWSTR

The policy name.

[out] pdwValue

Type: DWORD*

A pointer to the return value.

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_VALUE_NOT_FOUND
0xC004F012
The value for the input key was not found.
SL_E_RIGHT_NOT_GRANTED
0xC004F013
The caller does not have permission to run the software.
SL_E_DATATYPE_MISMATCHED
0xC004F01E
The input data type does not match the data type in the license.

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