Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #107.70K
~601 People Reached
This member's community profile is only visible to logged in members until they have earned 15 reputation points.
Favorite Forums
Favorite Tags
.net:vb.net x 1
1 Posted Topic
Re: DeviceIoControl
try this Dim drivePath As String = "C:\Users\xxx\Desktop\x.txt" Create file x.txt at desktop manually for first test Worked to me but Dim result As Boolean = DeviceIoControl(driveHandle, IOCTL_ATA_PASS_THROUGH, apexb, inBufferSize, apexb, inBufferSize, bytesReturned, IntPtr.Zero) Still wrong
The End.