[Mono-list] passing MonoArray from c#

Robert Jordan robertj at gmx.net
Sun May 3 18:45:30 EDT 2009


Robert Jordan wrote:
> //
> // Define a function pointer type for MonoEmbed:getLinks.
> // Notice the "this" argument and MonoException**.
> //

Windows requires stdcall:

> typedef MonoArray* (__stdcall *GetLinksMethod)(MonoObject*, MonoException**);

Robert




More information about the Mono-list mailing list