Windows / Code / 0x400029c7
0x400029c7
Decimal: 1073752519 · Signed: 1073752519
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: 0x29c7 (10695)
As NTSTATUS:- Sev: 1 (STATUS_SEVERITY_INFORMATIONAL)
- C: 0 (Microsoft-defined)
- Facility: 0x000 (Default)
- Code: 0x29c7 (10695)
Associated Modules
| Module | Found in | Description |
|---|
| fsutil.exe | 10 | Usage : fsutil file queryCaseSensitiveInfo
Eg : fsutil file queryCaseSensitiveInfo C:\TempFolder |
| fsutil.exe | 11 | Usage: fsutil file queryCaseSensitiveInfo [recursive [depth]]
Options:
recursive - Recursively traverse and query case sensitive attribute on subdirectories.
depth - Specifies the depth of subdirectories to traverse and query case sensitive
attribute on. A depth of 0 is the same as not specifying the 'recursive'
option. When depth is not specified, we'll travese all subdirectories.
Eg: fsutil file queryCaseSensitiveInfo C:\TempFolder
fsutil file queryCaseSensitiveInfo C:\TempFolder recursive
fsutil file queryCaseSensitiveInfo C:\TempFolder recursive 2 |
| 2 entries |
Associated Headers