1 message in net.java.dev.jna.users[jna-users] Re: byte[] cast to Structure
FromSent OnAttachments
Timothy WallJun 21, 2008 4:17 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:[jna-users] Re: byte[] cast to StructureActions...
From:Timothy Wall (twal@dev.java.net)
Date:Jun 21, 2008 4:17:14 am
List:net.java.dev.jna.users

You might consider passing either allocated memory (com.sun.jna.Memory, then use Structure.useMemory), or an actual defined Structure instead of byte[].

Subject: byte[] cast to Structure

hi,

i am trying to read acls in windows out of an java program.