5 messages in net.java.dev.jna.usersRe: [jna-users] Can't Find Native Fun...
FromSent OnAttachments
Dick AdamsDec 27, 2008 6:15 pm 
Timothy WallDec 28, 2008 12:18 am 
Dick AdamsDec 28, 2008 5:33 am 
Timothy WallDec 28, 2008 9:09 am 
Steve Sobol (JDN)Dec 28, 2008 9:47 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] Can't Find Native FunctionActions...
From:Steve Sobol (JDN) (java@SteveSobol.com)
Date:Dec 28, 2008 9:47:46 am
List:net.java.dev.jna.users

Timothy Wall wrote:

Look at the source for com.sun.jna.examples.win32.W32API. There are default library options already defined.

Function mapping is described here: https://jna.dev.java.net/javadoc/overview-summary.html#function-mapping.

To answer your other question, when looking at Win32 function names, SomeFunctionA works with single-byte ASCII characters, and SomeFunctionW works with multi-byte (wide) Unicode characters.