Skip to content
Advertisement

Tag: com

Debugging COM interface mapping in JNA

After mapping Vss.h and several others headers to Java/JNA (see this question) I am trying to run some of the COM object methods and have a problem debugging them. I do not know if I am calling the correct method or one with similar parameters. Some of the error codes I find in the JNA documentation here, but it does

Advertisement