8 messages in net.java.dev.jna.users[jna-users] Pointer to native interfa...
FromSent OnAttachments
José Ramón VargasJul 17, 2007 3:14 pm 
Timothy WallJul 17, 2007 4:06 pm 
José Ramón VargasJul 18, 2007 10:06 am 
Timothy WallJul 18, 2007 11:13 am 
José Ramón VargasJul 18, 2007 3:11 pm 
Timothy WallJul 18, 2007 3:53 pm 
Daniel KaufmannJul 18, 2007 8:30 pm 
张久安Jul 18, 2007 8:50 pm 
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] Pointer to native interface?? Actions...
From:José Ramón Vargas (jose@softtek.com)
Date:Jul 18, 2007 10:06:03 am
List:net.java.dev.jna.users

Ok thanks for the quick answer, the thing is I’m accessing the ole32.dll from windows and I’m trying to instantiate some of the interfaces that are declared there, I’m using CoCreateInstance function to create the interfaces and I get a Pointer to the interface generated, the thing is I do not know the way to instantiate the interface or the interface functions in java, can you help me please?, thank you.