LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Direct disk access for NTFS volume, something like biosdisk!?

According to the requirement of my customer I am developing the software which should work in secure mode with some disk information. Means of direct access to a hard disk are necessary for this purpose, similar biosdisk (TurboC), but it must be used in WindowsNT/2k with NTFS volume.
0 Kudos
Message 1 of 2
(2,844 Views)
In the Microsoft SDK coming with CVI did you look @ function like :
CreateFile
SetFilePointerEx
DeviceIOControl

If you do so however, make sure to use VirtualAlloc and VirtualFree in order to ensure that the buffer that will get the red data will be correctly aligned.

Best regards, Philippe
Visit http://www.baucour.com
Message 2 of 2
(2,844 Views)