Package com.sun.jna.platform.win32
Interface DBT
public interface DBT
Based on dbt.h (various types)
- Author:
- Tobias Wolf, [email protected]
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic class
The Class DEV_BROADCAST_DEVICEINTERFACE.static class
The Class DEV_BROADCAST_DEVNODE.static class
The Class DEV_BROADCAST_HANDLE.static class
The Class DEV_BROADCAST_HDR.static class
The Class DEV_BROADCAST_NET.static class
The Class DEV_BROADCAST_OEM.static class
The Class DEV_BROADCAST_PORT.static class
The Class DEV_BROADCAST_VOLUME. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
The dbt configmgprivate.static final int
The dbt customevent.static final int
The dbt devicearrival.static final int
The dbt devicequeryremove.static final int
The dbt devicequeryremovefailed.static final int
The dbt deviceremovecomplete.static final int
The dbt deviceremovepending.static final int
The dbt devicetypespecific.static final int
A device has been added to or removed from the system.static final int
The dbt devtyp deviceinterface.static final int
The dbt devtyp devnode.static final int
The dbt devtyp handle.static final int
The dbt devtyp net.static final int
The dbt devtyp oem.static final int
The dbt devtyp port.static final int
The dbt devtyp volume.static final int
The dbt low disk space.static final int
The dbt no disk space.static final int
The dbt change affects media in drive, not physical device or drive.static final int
The dbt indicated logical volume is a network volume.static final Guid.GUID
The guid devinterface hid.static final Guid.GUID
The guid devinterface keyboard.static final Guid.GUID
The guid devinterface mouse.static final Guid.GUID
The guid devinterface usb device.static final Guid.GUID
The guid devinterface volume.
-
Field Details
-
DBT_NO_DISK_SPACE
static final int DBT_NO_DISK_SPACEThe dbt no disk space.- See Also:
-
DBT_LOW_DISK_SPACE
static final int DBT_LOW_DISK_SPACEThe dbt low disk space.- See Also:
-
DBT_CONFIGMGPRIVATE
static final int DBT_CONFIGMGPRIVATEThe dbt configmgprivate.- See Also:
-
DBT_DEVICEARRIVAL
static final int DBT_DEVICEARRIVALThe dbt devicearrival.- See Also:
-
DBT_DEVICEQUERYREMOVE
static final int DBT_DEVICEQUERYREMOVEThe dbt devicequeryremove.- See Also:
-
DBT_DEVICEQUERYREMOVEFAILED
static final int DBT_DEVICEQUERYREMOVEFAILEDThe dbt devicequeryremovefailed.- See Also:
-
DBT_DEVICEREMOVEPENDING
static final int DBT_DEVICEREMOVEPENDINGThe dbt deviceremovepending.- See Also:
-
DBT_DEVICEREMOVECOMPLETE
static final int DBT_DEVICEREMOVECOMPLETEThe dbt deviceremovecomplete.- See Also:
-
DBT_DEVNODES_CHANGED
static final int DBT_DEVNODES_CHANGEDA device has been added to or removed from the system.- See Also:
-
DBT_DEVICETYPESPECIFIC
static final int DBT_DEVICETYPESPECIFICThe dbt devicetypespecific.- See Also:
-
DBT_CUSTOMEVENT
static final int DBT_CUSTOMEVENTThe dbt customevent.- See Also:
-
GUID_DEVINTERFACE_USB_DEVICE
The guid devinterface usb device. -
GUID_DEVINTERFACE_HID
The guid devinterface hid. -
GUID_DEVINTERFACE_VOLUME
The guid devinterface volume. -
GUID_DEVINTERFACE_KEYBOARD
The guid devinterface keyboard. -
GUID_DEVINTERFACE_MOUSE
The guid devinterface mouse. -
DBT_DEVTYP_OEM
static final int DBT_DEVTYP_OEMThe dbt devtyp oem.- See Also:
-
DBT_DEVTYP_DEVNODE
static final int DBT_DEVTYP_DEVNODEThe dbt devtyp devnode.- See Also:
-
DBT_DEVTYP_VOLUME
static final int DBT_DEVTYP_VOLUMEThe dbt devtyp volume.- See Also:
-
DBT_DEVTYP_PORT
static final int DBT_DEVTYP_PORTThe dbt devtyp port.- See Also:
-
DBT_DEVTYP_NET
static final int DBT_DEVTYP_NETThe dbt devtyp net.- See Also:
-
DBT_DEVTYP_DEVICEINTERFACE
static final int DBT_DEVTYP_DEVICEINTERFACEThe dbt devtyp deviceinterface.- See Also:
-
DBT_DEVTYP_HANDLE
static final int DBT_DEVTYP_HANDLEThe dbt devtyp handle.- See Also:
-
DBTF_MEDIA
static final int DBTF_MEDIAThe dbt change affects media in drive, not physical device or drive.- See Also:
-
DBTF_NET
static final int DBTF_NETThe dbt indicated logical volume is a network volume.- See Also:
-