// ehstorioctl.h
typedef struct tagACT_AUTHZ_STATE {
UCHAR ACT;
BOOLEAN fAuthorized;
} ACT_AUTHZ_STATE, *PACT_AUTHZ_STATE;
View the official Windows Driver Kit DDI referenceNo description available.
This structure describes the Addressable Command Target (ACT) authorization state.
ACTThis member is ignored.
fAuthorizedThis member may be either TRUE (authorized) or FALSE (not authorized).