1 message in net.java.dev.jna.usersRe: [jna-users] Using LPSTR type
FromSent OnAttachments
Timothy WallJul 23, 2007 11:40 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] Using LPSTR typeActions...
From:Timothy Wall (twal@dev.java.net)
Date:Jul 23, 2007 11:40:34 am
List:net.java.dev.jna.users

If the LPSTR is a mutable buffer, use byte[] or ByteBuffer. Make sure it's big enough for the result.

On Jul 23, 2007, at 10:44 AM, Alexandre Simundi wrote:

Hi,

I need to call a DLL method that receives a LPSTR type.

Look: ReadSerialCardNumber(LPSTR SerialNRCard)

How to work this parameter type ??

Some example ??

(Sorry my english. I dont speak englesh.)