public interface CoreFoundationLib
extends com.sun.jna.Library
| Modifier and Type | Field and Description |
|---|---|
static CoreFoundationLib |
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
void |
CFRelease(com.sun.jna.Pointer cf) |
char |
CFStringGetCharacterAtIndex(com.sun.jna.Pointer theString,
long idx) |
long |
CFStringGetLength(com.sun.jna.Pointer theString) |
static final CoreFoundationLib INSTANCE