I would like to open an alternate data stream of a file using an existing handle to the file, or using the file id. The only way I found is by the full name (file name + ADS name). I am afraid of the file being renamed during the operation.
Is there a way to do that?
this is very easy do with
NtOpenFile
orNtCreateFile
for example for open existing ADS on
hFile
where
Name
something likeL":test_stream"
(begin with:
)