Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The ACT_AUTHORIZATION_STATE structure contains data that describes the current authorization state of a Addressable Command Target (ACT).
Syntax
typedef struct _ACT_AUTHORIZATION_STATE {
ULONG ulState;
} ACT_AUTHORIZATION_STATE;
Members
ulState
Integer value that indicates the possible authorization state of the ACT.
| Value | Meaning |
|---|---|
|
The ACT is unauthorized |
|
The ACT is authorized |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows Vista with SP2 [desktop apps only] |
| Minimum supported server | Windows Server 2008 R2 [desktop apps only] |
| Header | ehstorapi.h |