Skip to content

Latest commit

 

History

History
108 lines (85 loc) · 2.04 KB

nf-slpublic-slrearm.md

File metadata and controls

108 lines (85 loc) · 2.04 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:slpublic.SLReArm
SLReArm function (slpublic.h)
This function is rearm application activation.
SLReArm
SLReArm function [Security]
security.slrearm
slpublic/SLReArm
security\slrearm.htm
security
d1b47613-1e1d-4873-93ed-8ef2bc836c30
12/05/2018
SLReArm, SLReArm function [Security], security.slrearm, slpublic/SLReArm
slpublic.h
Windows
Windows 8 [desktop apps only]
Windows Server 2012 [desktop apps only]
Slc.lib
Slc.dll
Windows
19H1
SLReArm
slpublic/SLReArm
c++
APIRef
kbSyntax
DllExport
Slc.dll
SLReArm

SLReArm function

-description

This function is rearm application activation.

-parameters

-param hSLC [in]

Type: HSLC

The handle to the current SLC context.

-param pApplicationId [in]

Type: const SLID*

A pointer to the application ID.

-param pProductSkuId [in, optional]

Type: const SLID*

A pointer to the product SKU ID.

-param dwFlags [in]

Type: DWORD

Flags for ReArm behavior. Valid values are 0 or
SL_REARM_REBOOT_REQUIRED. Passing SL_REARM_REBOOT_REQUIRED will
require a reboot before a function using the security processor can
succeed.

-returns

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.