symlink: open handles embedded symlinks
returns symlink_embedded=TRUE when the symlink isn't the last component, which gets passed to RxPrepareToReparseSymbolicLink() Signed-off-by: Casey Bodley <cbodley@citi.umich.edu>
This commit is contained in:
parent
a92fb8930e
commit
e27299d066
3 changed files with 22 additions and 4 deletions
|
|
@ -55,6 +55,7 @@ typedef struct __open_upcall_args {
|
|||
DWORD mode;
|
||||
LONGLONG changeattr;
|
||||
BOOLEAN created;
|
||||
BOOLEAN symlink_embedded;
|
||||
} open_upcall_args;
|
||||
|
||||
typedef struct __close_upcall_args {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue