@msdn=http://search.microsoft.com/search/results.aspx?qu=$$$ @pinvoke=http://pinvoke.net/$$$.htm Summary: FILE_ID_BOTH_DIR_INFO description !!!!C# Definition: [StructLayout(LayoutKind.Sequential, CharSet = CharSet.Unicode)] private struct FILE_ID_BOTH_DIR_INFO { public uint NextEntryOffset; public uint FileIndex; public LargeInteger CreationTime; public LargeInteger LastAccessTime; public LargeInteger LastWriteTime; public LargeInteger ChangeTime; public LargeInteger EndOfFile; public LargeInteger AllocationSize; public uint FileAttributes; public uint FileNameLength; public uint EaSize; public char ShortNameLength; [MarshalAsAttribute(UnmanagedType.ByValTStr, SizeConst = 12)] public string ShortName; public LargeInteger FileId; [MarshalAsAttribute(UnmanagedType.ByValTStr, SizeConst = 1)] public string FileName; } !!!!VB Definition: Structure FILE_ID_BOTH_DIR_INFO Public TODO End Structure !!!!User-Defined Field Types: None. !!!!Notes: http://www.pinvoke.net/default.aspx/Structures.LargeInteger Documentation: http://msdn.microsoft.com/en-us/library/windows/desktop/aa364226%28v=vs.85%29.aspx
Edit Structures.FILE_I...
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.