How are the device names of disks constructed in Windows?
Can I construct the device names manually instead of using some API? For example, I want to use the Physical Drive 2, but the following code fails(hDrive == INVALID_HANDLE_VALUE
):
How are the device names of disks constructed in Windows?
Can I construct the device names manually instead of using some API? For example, I want to use the Physical Drive 2, but the following code fails(hDrive == INVALID_HANDLE_VALUE
):