RE: call_back ?

new topic     » topic index » view thread      » older message » newer message

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

new topic     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu