@msdn=http://search.microsoft.com/search/results.aspx?qu=$$$ @pinvoke=http://pinvoke.net/$$$.htm Summary: A atructure used to define a hard link using NtSetInformationFile !!!!C# Definition: [StructLayout( LayoutKind.Sequential, CharSet = CharSet.Unicode )] struct FILE_LINK_INFORMATION { [MarshalAs( UnmanagedType.U1 )] public bool ReplaceIfExists; public IntPtr RootDirectory; public uint FileNameLength; [MarshalAs( UnmanagedType.ByValTStr, SizeConst = MAX_PATH )] public string FileName; } !!!!Notes: MAX_PATH = 260 on NTFS Documentation: FILE_LINK_INFORMATION@msdn on MSDN
Edit Structures.FILE_L...
You do not have permission to change this page. If you feel this is in error, please send feedback with the contact link on the main page.