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.
An enum of possible values for the developer drive enablement state.
Syntax
typedef enum DEVELOPER_DRIVE_ENABLEMENT_STATE {
DeveloperDriveEnablementStateError,
DeveloperDriveEnabled,
DeveloperDriveDisabledBySystemPolicy,
DeveloperDriveDisabledByGroupPolicy
} ;
Constants
DeveloperDriveEnablementStateErrorIndicates that there was an error determining the developer drive enablement state. After this is returned, call GetLastError to get the error value. |
DeveloperDriveEnabledIndicates that the developer drive is enabled. |
DeveloperDriveDisabledBySystemPolicyIndicates that the developer drive is disabled by system policy. |
DeveloperDriveDisabledByGroupPolicyIndicates that the developer drive is disabled by group policy. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 11 23H2 [desktop apps only] |
| Header | sysinfoapi.h (include Windows.h) |