Page 1 of 1

Return values?

PostPosted: Thu Jun 22, 2006 12:51 pm
by Guest
I'm getting (what seem to me at least) some inconsistent return values on a couple of the API functions. Specifically, UUIRTSetReceiveCallback returns a FALSE value when I set the callback function, even though it still works correctly; i.e. the callback gets called when data comes in.

PostPosted: Mon Jun 26, 2006 5:31 pm
by jrhees
When you get a FALSE returned, what does GetLastError() return?

-Jon