TR_SERVICE_REQUEST_V1 - NtDoc

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

typedef struct _TR_SERVICE_REQUEST_V1 {
  ULONG   InterfaceVersion;
  ULONG   ServiceMajorVersion;
  ULONG   ServiceMinorVersion;
  ULONG   FunctionCode;
  PVOID64 InputBuffer;
  ULONG64 InputBufferSize;
  PVOID64 OutputBuffer;
  ULONG64 OutputBufferSize;
} TR_SERVICE_REQUEST_V1, *PTR_SERVICE_REQUEST_V1;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-trustedrt-_tr_service_request_v1)

_TR_SERVICE_REQUEST_V1 structure

Description

Members

InterfaceVersion

ServiceMajorVersion

ServiceMinorVersion

FunctionCode

InputBuffer

InputBufferSize

OutputBuffer

OutputBufferSize

Remarks

See also