Package com.sun.jna.platform.win32
Interface DBT
- 
 public interface DBTBased on dbt.h (various types)- Author:
- Tobias Wolf, wolf.tobias@gmx.net
 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Interface Description static classDBT.DEV_BROADCAST_DEVICEINTERFACEThe Class DEV_BROADCAST_DEVICEINTERFACE.static classDBT.DEV_BROADCAST_DEVNODEThe Class DEV_BROADCAST_DEVNODE.static classDBT.DEV_BROADCAST_HANDLEThe Class DEV_BROADCAST_HANDLE.static classDBT.DEV_BROADCAST_HDRThe Class DEV_BROADCAST_HDR.static classDBT.DEV_BROADCAST_NETThe Class DEV_BROADCAST_NET.static classDBT.DEV_BROADCAST_OEMThe Class DEV_BROADCAST_OEM.static classDBT.DEV_BROADCAST_PORTThe Class DEV_BROADCAST_PORT.static classDBT.DEV_BROADCAST_VOLUMEThe Class DEV_BROADCAST_VOLUME.
 - 
Field SummaryFields Modifier and Type Field Description static intDBT_CONFIGMGPRIVATEThe dbt configmgprivate.static intDBT_CUSTOMEVENTThe dbt customevent.static intDBT_DEVICEARRIVALThe dbt devicearrival.static intDBT_DEVICEQUERYREMOVEThe dbt devicequeryremove.static intDBT_DEVICEQUERYREMOVEFAILEDThe dbt devicequeryremovefailed.static intDBT_DEVICEREMOVECOMPLETEThe dbt deviceremovecomplete.static intDBT_DEVICEREMOVEPENDINGThe dbt deviceremovepending.static intDBT_DEVICETYPESPECIFICThe dbt devicetypespecific.static intDBT_DEVNODES_CHANGEDA device has been added to or removed from the system.static intDBT_DEVTYP_DEVICEINTERFACEThe dbt devtyp deviceinterface.static intDBT_DEVTYP_DEVNODEThe dbt devtyp devnode.static intDBT_DEVTYP_HANDLEThe dbt devtyp handle.static intDBT_DEVTYP_NETThe dbt devtyp net.static intDBT_DEVTYP_OEMThe dbt devtyp oem.static intDBT_DEVTYP_PORTThe dbt devtyp port.static intDBT_DEVTYP_VOLUMEThe dbt devtyp volume.static intDBT_LOW_DISK_SPACEThe dbt low disk space.static intDBT_NO_DISK_SPACEThe dbt no disk space.static intDBTF_MEDIAThe dbt change affects media in drive, not physical device or drive.static intDBTF_NETThe dbt indicated logical volume is a network volume.static Guid.GUIDGUID_DEVINTERFACE_HIDThe guid devinterface hid.static Guid.GUIDGUID_DEVINTERFACE_KEYBOARDThe guid devinterface keyboard.static Guid.GUIDGUID_DEVINTERFACE_MOUSEThe guid devinterface mouse.static Guid.GUIDGUID_DEVINTERFACE_USB_DEVICEThe guid devinterface usb device.static Guid.GUIDGUID_DEVINTERFACE_VOLUMEThe guid devinterface volume.
 
- 
- 
- 
Field Detail- 
DBT_NO_DISK_SPACEstatic final int DBT_NO_DISK_SPACE The dbt no disk space.- See Also:
- Constant Field Values
 
 - 
DBT_LOW_DISK_SPACEstatic final int DBT_LOW_DISK_SPACE The dbt low disk space.- See Also:
- Constant Field Values
 
 - 
DBT_CONFIGMGPRIVATEstatic final int DBT_CONFIGMGPRIVATE The dbt configmgprivate.- See Also:
- Constant Field Values
 
 - 
DBT_DEVICEARRIVALstatic final int DBT_DEVICEARRIVAL The dbt devicearrival.- See Also:
- Constant Field Values
 
 - 
DBT_DEVICEQUERYREMOVEstatic final int DBT_DEVICEQUERYREMOVE The dbt devicequeryremove.- See Also:
- Constant Field Values
 
 - 
DBT_DEVICEQUERYREMOVEFAILEDstatic final int DBT_DEVICEQUERYREMOVEFAILED The dbt devicequeryremovefailed.- See Also:
- Constant Field Values
 
 - 
DBT_DEVICEREMOVEPENDINGstatic final int DBT_DEVICEREMOVEPENDING The dbt deviceremovepending.- See Also:
- Constant Field Values
 
 - 
DBT_DEVICEREMOVECOMPLETEstatic final int DBT_DEVICEREMOVECOMPLETE The dbt deviceremovecomplete.- See Also:
- Constant Field Values
 
 - 
DBT_DEVNODES_CHANGEDstatic final int DBT_DEVNODES_CHANGED A device has been added to or removed from the system.- See Also:
- Constant Field Values
 
 - 
DBT_DEVICETYPESPECIFICstatic final int DBT_DEVICETYPESPECIFIC The dbt devicetypespecific.- See Also:
- Constant Field Values
 
 - 
DBT_CUSTOMEVENTstatic final int DBT_CUSTOMEVENT The dbt customevent.- See Also:
- Constant Field Values
 
 - 
GUID_DEVINTERFACE_USB_DEVICEstatic final Guid.GUID GUID_DEVINTERFACE_USB_DEVICE The guid devinterface usb device.
 - 
GUID_DEVINTERFACE_HIDstatic final Guid.GUID GUID_DEVINTERFACE_HID The guid devinterface hid.
 - 
GUID_DEVINTERFACE_VOLUMEstatic final Guid.GUID GUID_DEVINTERFACE_VOLUME The guid devinterface volume.
 - 
GUID_DEVINTERFACE_KEYBOARDstatic final Guid.GUID GUID_DEVINTERFACE_KEYBOARD The guid devinterface keyboard.
 - 
GUID_DEVINTERFACE_MOUSEstatic final Guid.GUID GUID_DEVINTERFACE_MOUSE The guid devinterface mouse.
 - 
DBT_DEVTYP_OEMstatic final int DBT_DEVTYP_OEM The dbt devtyp oem.- See Also:
- Constant Field Values
 
 - 
DBT_DEVTYP_DEVNODEstatic final int DBT_DEVTYP_DEVNODE The dbt devtyp devnode.- See Also:
- Constant Field Values
 
 - 
DBT_DEVTYP_VOLUMEstatic final int DBT_DEVTYP_VOLUME The dbt devtyp volume.- See Also:
- Constant Field Values
 
 - 
DBT_DEVTYP_PORTstatic final int DBT_DEVTYP_PORT The dbt devtyp port.- See Also:
- Constant Field Values
 
 - 
DBT_DEVTYP_NETstatic final int DBT_DEVTYP_NET The dbt devtyp net.- See Also:
- Constant Field Values
 
 - 
DBT_DEVTYP_DEVICEINTERFACEstatic final int DBT_DEVTYP_DEVICEINTERFACE The dbt devtyp deviceinterface.- See Also:
- Constant Field Values
 
 - 
DBT_DEVTYP_HANDLEstatic final int DBT_DEVTYP_HANDLE The dbt devtyp handle.- See Also:
- Constant Field Values
 
 - 
DBTF_MEDIAstatic final int DBTF_MEDIA The dbt change affects media in drive, not physical device or drive.- See Also:
- Constant Field Values
 
 - 
DBTF_NETstatic final int DBTF_NET The dbt indicated logical volume is a network volume.- See Also:
- Constant Field Values
 
 
- 
 
-