TREE_RPMB_AUTHENTICATED_WRITE_EX_OUTPUT - NtDoc

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

typedef struct _TREE_RPMB_AUTHENTICATED_WRITE_EX_OUTPUT {
  ULONG                          ResponseFrameCount;
  ULONG                          FramesWritten;
  SFFDISK_DEVICE_RPMB_DATA_FRAME Data[1];
} TREE_RPMB_AUTHENTICATED_WRITE_EX_OUTPUT, *PTREE_RPMB_AUTHENTICATED_WRITE_EX_OUTPUT;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-treerpmbservice-_tree_rpmb_authenticated_write_ex_output)

_TREE_RPMB_AUTHENTICATED_WRITE_EX_OUTPUT structure

Description

Members

ResponseFrameCount

FramesWritten

Data

Remarks

See also