(no subject)

Alexandre Julliard julliard at winehq.com
Tue Aug 21 22:31:28 CDT 2001


Mike McCormack  <mike_mccormack at start.com.au> writes:

> How about returning a function pointer instead of an id?
> 
> When the file handle is registered with the wine-server, we would also
> send function pointers for the read and write operations. This way we
> could have seperate implementations of ReadFile or WriteFile for
> different types of handles...

You can't do that. The ReadFile can be done from another process, and
the pointer won't be valid there.

-- 
Alexandre Julliard
julliard at winehq.com




More information about the wine-devel mailing list