Hi

I have a problem with ReadFile and overlapped.

first I use ReadFile with overlapped with 0


ZeroMemory(&overlapped ,sizeof(OVERLAPPED));

hDevice = CreateFileW(zwpath, GENERIC_READ |...