المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : Copying partitions by kernel32 methods



C# Programming
04-14-2009, 02:53 PM
Hallo
in kernel32.dll there is a CreateFile method to open a specific drive letter (logical or physical) for reading or writing.
I'm aiming to code a small partition cloning utility, a raw copying: do you thing that i could work it out with raw reading/writing between these two handlers CreateFile(Source: , READ) and CreateFile(Destination: , WRITE)?