|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.jna.Structure
com.ochafik.lang.jnaerator.runtime.Structure<MPQueueInfo,MPQueueInfo.ByValue,MPQueueInfo.ByReference>
org.rococoa.cocoa.carboncore.MPQueueInfo
public class MPQueueInfo
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/CarbonCore.framework/Headers/MultiprocessingInfo.h:311
This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects..
For help, please visit NativeLibs4Java, Rococoa, or JNA.
Nested Class Summary | |
---|---|
static class |
MPQueueInfo.ByReference
|
static class |
MPQueueInfo.ByValue
|
Field Summary | |
---|---|
NativeLong |
nMessages
|
NativeLong |
nReserved
|
NativeLong |
nWaiting
|
Pointer |
p1
First message parameters... |
Pointer |
p2
|
Pointer |
p3
|
CarbonCoreLibrary.OpaqueMPProcessID |
processID
Owning process ID C type : MPProcessID |
int |
queueName
Queue name C type : OSType |
int |
version
Version of the data structure requested C type : PBVersion |
CarbonCoreLibrary.OpaqueMPTaskID |
waitingTaskID
First waiting task. |
Fields inherited from class com.sun.jna.Structure |
---|
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE |
Constructor Summary | |
---|---|
MPQueueInfo()
|
Method Summary | |
---|---|
static MPQueueInfo[] |
newArray(int arrayLength)
|
Methods inherited from class com.ochafik.lang.jnaerator.runtime.Structure |
---|
byReference, byValue, castToArray, castToArray, castToArray, castToReferenceArray, castToReferenceArray, castToValueArray, castToValueArray, clone, compareTo, newArray, read, setDependency, toArray, toArray, toArray, toReferenceArray, toReferenceArray, toValueArray, toValueArray, use, use, use, use, write |
Methods inherited from class com.sun.jna.Structure |
---|
autoRead, autoRead, autoWrite, autoWrite, clear, equals, getAutoRead, getAutoWrite, getPointer, hashCode, newInstance, readField, setAutoRead, setAutoSynch, setAutoWrite, size, toString, writeField, writeField |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface com.ochafik.lang.jnaerator.runtime.StructureType |
---|
getPointer, size |
Field Detail |
---|
public int version
public CarbonCoreLibrary.OpaqueMPProcessID processID
public int queueName
public NativeLong nWaiting
public CarbonCoreLibrary.OpaqueMPTaskID waitingTaskID
public NativeLong nMessages
public NativeLong nReserved
public Pointer p1
public Pointer p2
public Pointer p3
Constructor Detail |
---|
public MPQueueInfo()
Method Detail |
---|
public static MPQueueInfo[] newArray(int arrayLength)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |