ACT_AUTHZ_STATE - NtDoc

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

typedef struct tagACT_AUTHZ_STATE {
  UCHAR   ACT;
  BOOLEAN fAuthorized;
} ACT_AUTHZ_STATE, *PACT_AUTHZ_STATE;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-ehstorioctl-tagact_authz_state)

tagACT_AUTHZ_STATE structure

Description

This structure describes the Addressable Command Target (ACT) authorization state.

Members

ACT

This member is ignored.

fAuthorized

This member may be either TRUE (authorized) or FALSE (not authorized).