Group: microsoft.public.windowsxp.embedded · Group Profile · Search for Writefile in microsoft.public.windowsxp.embedded
Author: nk28
Date: Jun 17, 2008 20:51
... unable to understand how to issue a WriteFile command while I am still waiting for ... = CreateEvent(NULL, TRUE, FALSE, NULL); if (!WriteFile(hComm, lpBuf, dwToWrite, &dwWritten, &osWrite)) {... operation completed successfully. fRes = TRUE; } } } else { // WriteFile completed immediately. fRes = TRUE; } CloseHandle(osWrite....
|