EVT_IDD_CX_MONITOR_OPM_SET_SIGNING_KEY_AND_SEQUENCE_NUMBERS callback function (iddcx.h)

EVT_IDD_CX_MONITOR_OPM_SET_SIGNING_KEY_AND_SEQUENCE_NUMBERS is called by the OS to set the signing key and sequence number.

Syntax

EVT_IDD_CX_MONITOR_OPM_SET_SIGNING_KEY_AND_SEQUENCE_NUMBERS EvtIddCxMonitorOpmSetSigningKeyAndSequenceNumbers;

NTSTATUS EvtIddCxMonitorOpmSetSigningKeyAndSequenceNumbers(
  [in] IDDCX_OPMCTX OpmCxtObject,
  [in] const IDARG_IN_OPM_SET_SIGNING_KEY_AND_SEQUENCE_NUMBERS *pInArgs
)
{...}

Parameters

[in] OpmCxtObject

The object for the OPM context whose signing key and sequence number will be set.

[in] pInArgs

Input arguments used by EVT_IDD_CX_MONITOR_OPM_SET_SIGNING_KEY_AND_SEQUENCE_NUMBERS.

Return value

(NTSTATUS) If the operation is successful, the callback function must return STATUS_SUCCESS, or another status value for which NT_SUCCESS(status) equals TRUE. Otherwise, an appropriate NTSTATUS error code.

Requirements

Requirement Value
Minimum supported client Windows 10
Minimum supported server Windows Server 2016
Target Platform Windows
Header iddcx.h
IRQL requires_same