Windows / Code / 0x4000286a
0x4000286a
Decimal: 1073752170 · Signed: 1073752170
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: 0x286a (10346)
As NTSTATUS:- Sev: 1 (STATUS_SEVERITY_INFORMATIONAL)
- C: 0 (Microsoft-defined)
- Facility: 0x000 (Default)
- Code: 0x286a (10346)
Associated Modules
| Module | Found in | Description |
|---|
| fsutil.exe | 10 | Usage : fsutil file queryExtents [/R] [ []] [csv]
/R : If is a reparse point, open it rather than its target
: First VCN to query (if omitted, start at VCN 0)
: Number of VCNs to query (if omitted or 0, query until EOF)
csv : Display the result in csv format
Eg : fsutil file queryExtents C:\Temp\sample.txt
fsutil file queryExtents /R C:\Temp\sample.txt
fsutil file queryExtents C:\Temp\sample.txt 10
fsutil file queryExtents C:\Temp\sample.txt 10 100
fsutil file queryExtents C:\Temp\sample.txt csv |
| fsutil.exe | 11 | Usage: fsutil file queryExtents [/R] [ []] []
/R : If is a reparse point, open it rather than its target
: First VCN to query (if omitted, start at VCN 0)
: Number of VCNs to query (if omitted or 0, query until EOF)
: Display the result in csv format
Eg: fsutil file queryExtents C:\Temp\sample.txt
fsutil file queryExtents /R C:\Temp\sample.txt
fsutil file queryExtents C:\Temp\sample.txt 10
fsutil file queryExtents C:\Temp\sample.txt 10 100
fsutil file queryExtents C:\Temp\sample.txt csv |
| fsutil.exe | 8.1 | Usage : fsutil file queryextents [/R] [ []]
/R : If is a reparse point, open it rather than its target
: First VCN to query (if omitted, start at VCN 0)
: Number of VCNs to query (if omitted or 0, query until EOF)
Eg : fsutil file queryextents C:\Temp\sample.txt |
| wbadmin.exe | 1011 | Found (%1!lu!) files. |
| 4 entries |
Associated Headers