IOCTL_STORAGE_RPMB_COMMAND - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// winioctl.h

// CTL_CODE(0x002d, 0x726, METHOD_BUFFERED, FILE_ANY_ACCESS)
#define IOCTL_STORAGE_RPMB_COMMAND 0x002D1C98
View the official Win32 API reference

NtDoc

No description available.

Win32 API reference (ni-winioctl-ioctl_storage_rpmb_command)

Description

This IOCTL sends an RPMB command to the underlying storage device.

Parameters

Input buffer

An array of STORAGE_RPMB_DATA_FRAME structures.

Input buffer length

A multiple of sizeof(STORAGE_RPMB_DATA_FRAME). InputBufferLength / sizeof(STORAGE_RPMB_DATA_FRAME) indicates the number of input frames.

Output buffer

An array of STORAGE_RPMB_DATA_FRAME structures.

Output buffer length

A multiple of sizeof(STORAGE_RPMB_DATA_FRAME). The number of frames included can be calculated by OutputBufferLength / sizeof(STORAGE_RPMB_DATA_FRAME)

Input/output buffer

Input/output buffer length

Status block

Remarks

See also