public class NotificationBitmap_t
extends com.sun.jna.Structure
Modifier and Type | Class and Description |
---|---|
static class |
NotificationBitmap_t.ByReference |
static class |
NotificationBitmap_t.ByValue |
Modifier and Type | Field and Description |
---|---|
int |
m_nBytesPerPixel |
int |
m_nHeight |
int |
m_nWidth |
com.sun.jna.Pointer |
m_pImageData
void *
C type : void* |
Constructor and Description |
---|
NotificationBitmap_t() |
NotificationBitmap_t(com.sun.jna.Pointer peer) |
NotificationBitmap_t(com.sun.jna.Pointer m_pImageData,
int m_nWidth,
int m_nHeight,
int m_nBytesPerPixel) |
Modifier and Type | Method and Description |
---|---|
protected java.util.List<java.lang.String> |
getFieldOrder() |
allocateMemory, allocateMemory, autoAllocate, autoRead, autoRead, autoWrite, autoWrite, cacheTypeInfo, calculateSize, clear, createFieldsOrder, createFieldsOrder, createFieldsOrder, createFieldsOrder, dataEquals, dataEquals, ensureAllocated, equals, fieldOffset, getAutoRead, getAutoWrite, getFieldList, getFields, getNativeAlignment, getNativeSize, getNativeSize, getPointer, getStringEncoding, getStructAlignment, hashCode, newInstance, newInstance, read, readField, readField, setAlignType, setAutoRead, setAutoSynch, setAutoWrite, setStringEncoding, size, sortFields, toArray, toArray, toString, toString, useMemory, useMemory, write, writeField, writeField, writeField
public com.sun.jna.Pointer m_pImageData
public int m_nWidth
public int m_nHeight
public int m_nBytesPerPixel
public NotificationBitmap_t()
public NotificationBitmap_t(com.sun.jna.Pointer m_pImageData, int m_nWidth, int m_nHeight, int m_nBytesPerPixel)
m_pImageData
- void *public NotificationBitmap_t(com.sun.jna.Pointer peer)