Windows / Code / 0x4000c463
0x4000c463
Decimal: 1073792099 · Signed: 1073792099
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: 0xc463 (50275)
As NTSTATUS:- Sev: 1 (STATUS_SEVERITY_INFORMATIONAL)
- C: 0 (Microsoft-defined)
- Facility: 0x000 (Default)
- Code: 0xc463 (50275)
Associated Modules
| Module | Found in | Description |
|---|
| refsutil.exe | 11 | ---- Stream Snapshot Management ----
Usage: refsutil streamsnapshot [/c ] [/l] [/d ] [/q ]
/c Create a snapshot named of the stream at this point in time. This
option is mutually exclusive with [/d], [/l], and [/q].
/d Delete the snapshot from the file . This operation ignores the [:stream]
portion. This option is mutually exclusive with [/c], [/l], and [/q].
/l List all the snapshots for the stream matching the string .
may contain wildcards. This option is mutually exclusive with [/c], [/d], and [/q].
/q List all the modifications that have been incurred between the snapshot named and
the stream indicated by [:stream]. Both and [:stream] must reference streams in
the same snapshot chain. must be an older snapshot than the one specified by
[:stream]. This option is mutually exclusive with [/c], [/d], and [/l].
When [:stream] is not provided, this utility acts on the default unnamed data stream, $DATA.
Eg: refsutil streamsnapshot /c "snapshot_jan_2020" C:\file.dat
Eg: refsutil streamsnapshot /d "snapshot_jan_2020" C:\file.dat
Eg: refsutil streamsnapshot /l "*" C:\file.dat
Eg: refsutil streamsnapshot /q "snapshot_jan_2020" C:\file.dat:snapshot_feb_2020 |
| 1 entry |
Associated Headers