com.mindoo.domino.jna.internal.INotesNativeAPIV901 Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of domino-jna Show documentation
Show all versions of domino-jna Show documentation
Java project to access the HCL Domino C API using Java Native Access (JNA)
package com.mindoo.domino.jna.internal;
import com.sun.jna.Library;
import com.sun.jna.Memory;
import com.sun.jna.Pointer;
/**
* Interfaces with methods new in 9.0.1
*
* @author Karsten Lehmann
*/
public interface INotesNativeAPIV901 extends Library {
public short CalGetApptunidFromUID(
Memory pszUID,
Memory pszApptunid,
int dwFlags,
Pointer pCtx);
}