RE: call_back ?
- Posted by Brian Broker <bkb at cnw.com> Jul 23, 2004
- 456 views
Wolf wrote: > > > Can EU not do this? > ... specifically, this definition for a user defined API 'function' > says, *NO* return value. > > VOID WINAPI RasDialFunc( > > UINT unMsg, // type of event that has occurred > RASCONNSTATE rasconnstate, // connection state about to be entered > DWORD dwError // error that may have occurred > ); > > Return Values > None. > > .. anyways, it's 'puking' all over me, so I'm.. just wondering, how ?? > > What do you mean 'puking'? Can't you just return 0 (or whatever) in your call_back function? VOID simply means the return value is ignored anyway... -- Brian