initialize disk using c++ code
-
Hi All, At one place in my code i need to run IOCTL_DISK_DELETE_DRIVE_LAYOUT, that execute smoothly. This IOCTL code make the disk signature as zero so it can not be initialize. I need to initialize this disk using code. Is there any API or any function that can initialize the disk? Please suggest me some way to initialize it using c++ code. Thanks MChauhan
-
Hi All, At one place in my code i need to run IOCTL_DISK_DELETE_DRIVE_LAYOUT, that execute smoothly. This IOCTL code make the disk signature as zero so it can not be initialize. I need to initialize this disk using code. Is there any API or any function that can initialize the disk? Please suggest me some way to initialize it using c++ code. Thanks MChauhan
What you want to Initialize?
Величие не Бога может быть недооценена.
-
What you want to Initialize?
Величие не Бога может быть недооценена.
Well I got it that is IOCTL_disk_create_disk.