Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Represents a storage alert event.
The following syntax is simplified from Managed Object Format (MOF) code.
Syntax
[Indication]
class MSFT_StorageAlertEvent : MSFT_StorageEvent
{
UInt16 AlertType;
};
Members
The MSFT_StorageAlertEvent class has these types of members:
Properties
The MSFT_StorageAlertEvent class has these properties.
AlertType
Data type: UInt16
Access type: Read-only
Qualifiers: Required
The alert type.
| Value | Meaning |
|---|---|
| 1 | Thin provisioning threshold reached |
| ... | Microsoft Reserved |
| 0x8000.. | Vendor Specific |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 8 [desktop apps only] |
| Minimum supported server | Windows Server 2012 [desktop apps only] |
| Namespace | Root\Microsoft\Windows\Storage |
| MOF | Storagewmi.mof |