TR_SECURE_SERVICE_V1 - NtDoc

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

typedef struct _TR_SECURE_SERVICE_V1 {
  ULONG                   DescriptionSize;
  GUID                    ServiceGuid;
  ULONG                   MajorVersion;
  ULONG                   MinorVersion;
  ULONG                   ExtensionOffset;
  ULONG                   CountDependencies;
  TR_SECURE_DEPENDENCY_V1 Dependencies[ANYSIZE_ARRAY];
} TR_SECURE_SERVICE_V1, *PTR_SECURE_SERVICE_V1;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-trustedruntimeclx-_tr_secure_service_v1)

_TR_SECURE_SERVICE_V1 structure

Description

Members

DescriptionSize

ServiceGuid

MajorVersion

MinorVersion

ExtensionOffset

CountDependencies

Dependencies

Remarks

See also