3 messages in net.java.dev.jna.usersRe: [jna-users] passing void** as inp...
FromSent OnAttachments
Albert StrasheimFeb 12, 2008 3:42 am 
Nick EvgenievFeb 12, 2008 4:09 am 
Timothy WallFeb 12, 2008 5:32 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: [jna-users] passing void** as input parameterActions...
From:Nick Evgeniev (nevg@gmail.com)
Date:Feb 12, 2008 4:09:11 am
List:net.java.dev.jna.users

Hi,

literally i need to map byte** as *input* parameter. so how do I pass my java byte[]? I've tried byte[][] { bytearray }. but got UnsupportedType Exception from jna..

On Feb 12, 2008 2:43 PM, Albert Strasheim <full@gmail.com> wrote:

Hello,

I think you want JNA's PointerByReference.

Regards,

Albert

On Feb 12, 2008 1:41 PM, Nick Evgeniev <nevg@gmail.com> wrote:

Hi,

How do I pass void** as input parameters in jna call?