This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

AW: CancelIo()


> -----Ursprüngliche Nachricht-----
> "Lasslop, Andre" <Andre.Lasslop@vs.dasa.de> writes:
> > Hello !
> > 
> > I'm looking for the CancelIo() function of the Win32-API , 
> but can't find it
> > in the header-files or libraries. I'm using B20.1 at NT 4.0 
> SP 5. Any help ?
> > Is there any other possibility to cancel a pending input 
> (ReadFile() from
> > COM-port) ?
> > 
> 
> There's a typo in w32api include/winbase.h -- it should be 
> CancelIo, *NOT*
> CancelIO. Once you fix that, it should work. Note that this 
> typo is thanks
> to the incorrect help information on MSDN, which also lists this as 
> CancelIO.
> 
> Regards,
> Mumit
> 
> 
> --
> Want to unsubscribe from this list?
> Send a message to cygwin-unsubscribe@sourceware.cygnus.com
> 
Hello Mumit,

I tried to find the entry "CancelIO" in the winbase.h header-file, but I
didn't. I also tried to use my own prototype of "CancelIo" but got a linker
error (undefined reference) as before. Any suggestions ?

André

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]