[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Fun-O Win32 FFI Question



Oh, wait, it's here:

http://www.fun-o.com/products/doc/interop1/inte_124.htm#HEADING124-0

- Rob.

On Wednesday, August 14, 2002, at 02:14 PM, robmyers@mac.com wrote:

> Howabout:
>
> // C
> typedef	void *	WindowRef;
> ErrorCode MakeWindow( WindowRef * window );
>
> How does that extra * get handled by the Fun-Dev FFI?