TR_SERVICE_INFORMATION_V1 - NtDoc

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

typedef struct _TR_SERVICE_INFORMATION_V1 {
  ULONG InterfaceVersion;
  ULONG ServiceMajorVersion;
  ULONG ServiceMinorVersion;
} TR_SERVICE_INFORMATION_V1, *PTR_SERVICE_INFORMATION_V1;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_TR_SERVICE_INFORMATION_V1 structure

Description

Members

InterfaceVersion

ServiceMajorVersion

ServiceMinorVersion

Remarks

See also