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:
Casey Bodley 2010-09-29 13:11:27 -04:00 committed by unknown
parent a92fb8930e
commit e27299d066
3 changed files with 22 additions and 4 deletions

View file

@ -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 {