ACT_AUTHZ_STATE structure (ehstorioctl.h)

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

Syntax

typedef struct tagACT_AUTHZ_STATE {
  UCHAR   ACT;
  BOOLEAN fAuthorized;
} ACT_AUTHZ_STATE, *PACT_AUTHZ_STATE;

Members

ACT

This member is ignored.

fAuthorized

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

Requirements

Requirement Value
Header ehstorioctl.h (include EhStorIoctl.h)