Windows / Code / 0x4000c475
0x4000c475
Decimal: 1073792117 · Signed: 1073792117
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: 0xc475 (50293)
As NTSTATUS:- Sev: 1 (STATUS_SEVERITY_INFORMATIONAL)
- C: 0 (Microsoft-defined)
- Facility: 0x000 (Default)
- Code: 0xc475 (50293)
Associated Modules
| Module | Found in | Description |
|---|
| refsutil.exe | 11 | Usage: refsutil dedup [/d] [/s] [/cpu ] [/mm]
Volume path or mount point.
/d Dedup volume; mutually exclusive with /s flag.
/s Scan volume to determine how much space can be saved by deduplicating equivalent clusters.
Mutually exclusive with /d flag.
/mm Use memory mapped file I/O to read files to dedup. Default is to use async reads with IOCP.
Must be used in conjunction with /d or /s flags.
/cpu Specify the maximum percentage of CPU to use. Valid values are [1-100].
Eg: refsutil dedup D: /s
Eg: refsutil dedup D: /d /cpu 50 |
| 1 entry |
Associated Headers