Skip to content

Latest commit

 

History

History
68 lines (57 loc) · 1.77 KB

ns-pointofservicedriverinterface-_msr_update_key.md

File metadata and controls

68 lines (57 loc) · 1.77 KB
UID title description tech.root ms.date keywords 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 f1_keywords topic_type api_type api_location api_name
NS:pointofservicedriverinterface._MSR_UPDATE_KEY
MSR_UPDATE_KEY (pointofservicedriverinterface.h)
This structure contains the information necessary to set a new encryption key.
pos
04/19/2022
MSR_UPDATE_KEY structure
*PMSR_UPDATE_KEY, MSR_UPDATE_KEY, MSR_UPDATE_KEY structure, PMSR_UPDATE_KEY, PMSR_UPDATE_KEY structure pointer, _MSR_UPDATE_KEY, pointofservicedriverinterface/MSR_UPDATE_KEY, pointofservicedriverinterface/PMSR_UPDATE_KEY, pos.msr_update_key
pointofservicedriverinterface.h
PointOfServiceDriverInterface.h
Windows
Windows
MSR_UPDATE_KEY, *PMSR_UPDATE_KEY
_MSR_UPDATE_KEY
pointofservicedriverinterface/_MSR_UPDATE_KEY
PMSR_UPDATE_KEY
pointofservicedriverinterface/PMSR_UPDATE_KEY
MSR_UPDATE_KEY
pointofservicedriverinterface/MSR_UPDATE_KEY
APIRef
kbSyntax
HeaderDef
PointOfServiceDriverInterface.h
_MSR_UPDATE_KEY
PMSR_UPDATE_KEY
MSR_UPDATE_KEY

-description

This structure contains the information necessary to set a new encryption key.

-struct-fields

-field KeyLength

Length, in bytes, of the key stored in Key[MSR_KEY_SIZE].

-field KeyNameLength

Length, in bytes, of the key name stored in KeyName[MSR_KEY_SIZE].

-field Key

The new encryption key.

-field KeyName

The name of the new encryption key.