org.rococoa.cocoa.osservices
Class HDQueueElement
java.lang.Object
com.sun.jna.Structure
com.ochafik.lang.jnaerator.runtime.Structure
org.rococoa.cocoa.osservices.HDQueueElement
- Direct Known Subclasses:
- HDQueueElement.ByReference, HDQueueElement.ByValue
public class HDQueueElement
- extends com.ochafik.lang.jnaerator.runtime.Structure
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.
Methods inherited from class com.ochafik.lang.jnaerator.runtime.Structure |
setupClone |
Methods inherited from class com.sun.jna.Structure |
allocateMemory, allocateMemory, cacheTypeInfo, clear, ensureAllocated, equals, getAutoRead, getAutoWrite, getFieldOrder, getNativeAlignment, getPointer, getStructAlignment, hashCode, newInstance, read, readField, setAlignType, setAutoRead, setAutoSynch, setAutoWrite, setFieldOrder, setTypeMapper, size, sortFields, toArray, toArray, toString, useMemory, useMemory, write, writeField, writeField |
hdQLink
public HDQueueElement.ByReference hdQLink
hdQType
public short hdQType
hdFlags
public short hdFlags
hdProc
public OSServicesLibrary.HDSpindownProcPtr hdProc
hdUser
public NativeLong hdUser
HDQueueElement
public HDQueueElement()
HDQueueElement
public HDQueueElement(HDQueueElement.ByReference hdQLink,
short hdQType,
short hdFlags,
OSServicesLibrary.HDSpindownProcPtr hdProc,
NativeLong hdUser)
- Parameters:
hdQLink
- pointer to next queue element
hdQType
- queue element type (must be HDPwrQType)
hdFlags
- miscellaneous flags
hdProc
- pointer to routine to call
hdUser
- user-defined (variable storage, etc.)
byReference
public HDQueueElement.ByReference byReference()
byValue
public HDQueueElement.ByValue byValue()
clone
public HDQueueElement clone()
- Overrides:
clone
in class Object