FSCTL_EXTEND_VOLUME fails
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Hi, In my application I need to extend the size of a NTFS volume. I use IOCTL_DISK_GROW_PARTITION to grow partition boundary this executes successfully. But after this FSCTL_EXTEND_VOLUME fails with error #87 (incorrect parameter). Please anyone give me some idea that why this control code is failing. Thanks