Windows API - Win32
A core set of Windows application programming interfaces (APIs) for desktop and server applications. Previously known as Win32 API.
1,987 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi ,I want to find the seial number of inserted device in USB drive I don't know how to do that.
Please guide me by some example.
Thanks
Device Serial Number is at STORAGE_DEVICE_DESCRIPTOR.SerialNumberOffset
You can find many samples from Google, like
Get Physical Drive Serial Number – Part 1
or one I had posted in VB : Get serial number of USB Drive (correctly)