Windows / Code / 0x400029b1
0x400029b1
Decimal: 1073752497 · Signed: 1073752497
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: 0x29b1 (10673)
As NTSTATUS:- Sev: 1 (STATUS_SEVERITY_INFORMATIONAL)
- C: 0 (Microsoft-defined)
- Facility: 0x000 (Default)
- Code: 0x29b1 (10673)
Associated Modules
| Module | Found in | Description |
|---|
| fsutil.exe | 1011 | Usage : fsutil dax queryFileAlignment [options]
Options : q= - Query flag, see value options below: (Default is both)
value: large - Query for large page alignment.
huge - Query for huge page alignment.
both - Query for both large and huge page alignment.
** Note: huge page alignment query is limited to 64-bit architectures.
n= - Number of output ranges. Default=all ranges.
s= - Starting file offset of the range. Default=0.
l= - Range length in bytes. Default=MAXLONGLONG-StartOffset.
Eg : fsutil dax queryFileAlignment C:\Temp\sample.txt
: fsutil dax queryFileAlignment C:\Temp\sample.txt q=large
: fsutil dax queryFileAlignment C:\Temp\sample.txt q=huge n=10
: fsutil dax queryFileAlignment C:\Temp\sample.txt q=both s=0x100 l=0x10000
: fsutil dax queryFileAlignment C:\Temp\sample.txt q=both n=10 s=0x100 l=0x10000 |
| 1 entry |
Associated Headers