Is there a way to access file system information through some type of Windows API? If other methods are not available for user mode developers?
Not very clean, but you can use DeviceIoControl() Open the volume as a file, pass the resulting descriptor DeviceIoControl()along with the control code. Check the MSDN for control codes, there is something like "read the log entry".
DeviceIoControl()
In another post, someone recommended this: Keep track of your NTFS drives: Windows 2000 Change Log is explained .
, NTFS ++ Windows 2000. .
Source: https://habr.com/ru/post/1696806/More articles:FormsAuthentication does not save UserData field after Postback in .NET 3.5 - cookiesWhy is a method call shown as not being covered when the code inside the method is covered by emma? - unit-testingWhen is NIH versus a reasonable investment of time? - project-managementWhat can lead to a decrease in frame rate when updating a video card? - c ++Copying a Version Control Catalog - version-controlLaunch of a new work focused on refactoring applications in the style of "backfield" and "Agile" - .netDo I need to leave spaces in a standard server rack? - hostingCalling a web service from Seam - javaOpening a file stored in a database in .NET. - sql-serversecure way to authenticate an administrator on an ASP.NET site using OpenID with DotNetOpenID - asp.netAll Articles