Windows / Code / 0x40002f22
0x40002f22
Decimal: 1073753890 · Signed: 1073753890
As HRESULT:- S: 0 (Success)
- R: 1 (Reserved, must be clear in a well-formed HRESULT)
- C: 0 (Microsoft-defined)
- N: 0 (Not an NTSTATUS value)
- Facility: 0x000 (FACILITY_NULL: Default)
- Code: 0x2f22 (12066)
As NTSTATUS:- Sev: 1 (STATUS_SEVERITY_INFORMATIONAL)
- C: 0 (Microsoft-defined)
- Facility: 0x000 (Default)
- Code: 0x2f22 (12066)
Associated Modules
| Module | Found in | Description |
|---|
| diskraid.exe | 78.11011 | Usage: SHRINK LUN SIZE= [NOERR]
Reduces the size of the selected LUN.
SIZE= Specifies the desired amount of space in megabytes (MB) to reduce
the size of the LUN by. To specify the size using other units, use
one of the recognized suffixes (B, KB, MB, GB, TB and PB)
immediately after the size.
NOERR For scripting only. When an error is encountered, DiskRAID
continues to process commands as if the error did not occur.
Without the NOERR parameter, an error causes DiskRAID to exit
with an error code.
A LUN must be selected for this operation to succeed.
Examples:
SHRINK LUN SIZE=5120
SHRINK LUN SIZE=5GB
SHRINK LUN SIZE=5GB NOERR |
| 1 entry |
Associated Headers