Package com.sun.jna.platform.win32
Class DBT.DEV_BROADCAST_VOLUME
java.lang.Object
com.sun.jna.Structure
com.sun.jna.platform.win32.DBT.DEV_BROADCAST_VOLUME
- Enclosing interface:
- DBT
@FieldOrder({"dbcv_size","dbcv_devicetype","dbcv_reserved","dbcv_unitmask","dbcv_flags"})
public static class DBT.DEV_BROADCAST_VOLUME
extends Structure
The Class DEV_BROADCAST_VOLUME.
- 
Nested Class SummaryNested classes/interfaces inherited from class com.sun.jna.StructureStructure.ByReference, Structure.ByValue, Structure.FieldOrder, Structure.StructField
- 
Field SummaryFieldsModifier and TypeFieldDescriptionintThe dbcv_devicetype.shortThe dbcv_flags.intThe dbcv_reserved.intThe dbcv_size.intThe dbcv_unitmask.Fields inherited from class com.sun.jna.StructureALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
- 
Constructor SummaryConstructorsConstructorDescriptionInstantiates a new dev broadcast volume.DEV_BROADCAST_VOLUME(Pointer memory) Instantiates a new dev broadcast volume.
- 
Method SummaryMethods inherited from class com.sun.jna.StructureallocateMemory, allocateMemory, autoAllocate, autoRead, autoRead, autoWrite, autoWrite, cacheTypeInfo, calculateSize, clear, createFieldsOrder, createFieldsOrder, createFieldsOrder, createFieldsOrder, dataEquals, dataEquals, ensureAllocated, equals, fieldOffset, getAutoRead, getAutoWrite, getFieldList, getFieldOrder, 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
- 
Field Details- 
dbcv_sizepublic int dbcv_sizeThe dbcv_size.
- 
dbcv_devicetypepublic int dbcv_devicetypeThe dbcv_devicetype.
- 
dbcv_reservedpublic int dbcv_reservedThe dbcv_reserved.
- 
dbcv_unitmaskpublic int dbcv_unitmaskThe dbcv_unitmask.
- 
dbcv_flagspublic short dbcv_flagsThe dbcv_flags.
 
- 
- 
Constructor Details- 
DEV_BROADCAST_VOLUMEpublic DEV_BROADCAST_VOLUME()Instantiates a new dev broadcast volume.
- 
DEV_BROADCAST_VOLUMEInstantiates a new dev broadcast volume.- Parameters:
- memory- the memory
 
 
-