0x4000c463

Decimal: 1073792099 · Signed: 1073792099

As HRESULT:As NTSTATUS:

Associated Modules

ModuleFound inDescription
refsutil.exe11---- 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

HeaderSymbolicDescription
0 entries