Searched defs:SYMLINK_REPARSE_DATA (Results 1 – 1 of 1) sorted by relevance
72 struct SYMLINK_REPARSE_DATA { /* reparse data for symlinks */ struct73 le16 subst_name_offset;74 le16 subst_name_length;75 le16 print_name_offset;76 le16 print_name_length;77 le32 flags; /* 1 for full target, otherwise 0 */78 char path_buffer[0]; /* above data assume this is char array */