public class EdsVolumeInfo
extends com.sun.jna.Structure
| Modifier and Type | Class and Description |
|---|---|
static class |
EdsVolumeInfo.ByReference |
static class |
EdsVolumeInfo.ByValue |
| Modifier and Type | Field and Description |
|---|---|
int |
access
C type : EdsAccess
|
long |
freeSpaceInBytes
C type : EdsUInt64
|
long |
maxCapacity
C type : EdsUInt64
|
com.sun.jna.NativeLong |
storageType
C type : EdsUInt32
|
byte[] |
szVolumeLabel
C type : EdsChar[256]
|
| Constructor and Description |
|---|
EdsVolumeInfo() |
EdsVolumeInfo(com.sun.jna.NativeLong storageType,
int access,
long maxCapacity,
long freeSpaceInBytes,
byte[] szVolumeLabel) |
EdsVolumeInfo(com.sun.jna.Pointer peer) |
| Modifier and Type | Method and Description |
|---|---|
protected List<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, writeFieldpublic com.sun.jna.NativeLong storageType
public int access
public long maxCapacity
public long freeSpaceInBytes
public byte[] szVolumeLabel
public EdsVolumeInfo()
public EdsVolumeInfo(com.sun.jna.NativeLong storageType,
int access,
long maxCapacity,
long freeSpaceInBytes,
byte[] szVolumeLabel)
storageType - C type : EdsUInt32access - C type : EdsAccessmaxCapacity - C type : EdsUInt64freeSpaceInBytes - C type : EdsUInt64szVolumeLabel - C type : EdsChar[256]public EdsVolumeInfo(com.sun.jna.Pointer peer)
Copyright © 2018–2019. All rights reserved.