Windows / Code / 0x40002a37
0x40002a37
Decimal: 1073752631 · Signed: 1073752631
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: 0x2a37 (10807)
As NTSTATUS:- Sev: 1 (STATUS_SEVERITY_INFORMATIONAL)
- C: 0 (Microsoft-defined)
- Facility: 0x000 (Default)
- Code: 0x2a37 (10807)
Associated Modules
| Module | Found in | Description |
|---|
| fsutil.exe | 11 | Usage: fsutil volume findShrinkBlocker [options]
Options : /noFileName - Avoid printing filenames for each immovable/pinned file.
/shrinkSize - The amount of space to shrink. SizeWithUnit should be
in B/KB/MB/GB/TB/PB format. If no unit specified, size
will be interpreted in bytes.
/newSize - The new size of the volume. SizeWithUnit should be in
B/KB/MB/GB/TB/PB format. If no unit specified, size
will be interpreted in bytes.
*Note: /shrinkSize and /newSize cannot be specified at the same time.
If neither is specified, the default query starting point is 1/4 of the volume
size from the end.
Eg : fsutil volume findShrinkBlocker C:
: fsutil volume findShrinkBlocker /noFileName /shrinkSize 200MB C:
: fsutil volume findShrinkBlocker C: /newSize 2GB |
| 1 entry |
Associated Headers