TREE_RPMB_COMMAND_OUTPUT - NtDoc

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

typedef struct _TREE_RPMB_COMMAND_OUTPUT {
  ULONG                   OutputFrameCount;
  ULONG                   FramesWritten;
  STORAGE_RPMB_DATA_FRAME Data[1];
} TREE_RPMB_COMMAND_OUTPUT, *PTREE_RPMB_COMMAND_OUTPUT;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_TREE_RPMB_COMMAND_OUTPUT structure

Description

Members

OutputFrameCount

FramesWritten

Data

Remarks

See also