Package com.sun.jna.platform.win32
Interface DBT
public interface DBT
Based on dbt.h (various types)
- Author:
- Tobias Wolf, wolf.tobias@gmx.net
- 
Nested Class SummaryNested ClassesModifier and TypeInterfaceDescriptionstatic classThe Class DEV_BROADCAST_DEVICEINTERFACE.static classThe Class DEV_BROADCAST_DEVNODE.static classThe Class DEV_BROADCAST_HANDLE.static classThe Class DEV_BROADCAST_HDR.static classThe Class DEV_BROADCAST_NET.static classThe Class DEV_BROADCAST_OEM.static classThe Class DEV_BROADCAST_PORT.static classThe Class DEV_BROADCAST_VOLUME.
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final intThe dbt configmgprivate.static final intThe dbt customevent.static final intThe dbt devicearrival.static final intThe dbt devicequeryremove.static final intThe dbt devicequeryremovefailed.static final intThe dbt deviceremovecomplete.static final intThe dbt deviceremovepending.static final intThe dbt devicetypespecific.static final intA device has been added to or removed from the system.static final intThe dbt devtyp deviceinterface.static final intThe dbt devtyp devnode.static final intThe dbt devtyp handle.static final intThe dbt devtyp net.static final intThe dbt devtyp oem.static final intThe dbt devtyp port.static final intThe dbt devtyp volume.static final intThe dbt low disk space.static final intThe dbt no disk space.static final intThe dbt change affects media in drive, not physical device or drive.static final intThe dbt indicated logical volume is a network volume.static final Guid.GUIDThe guid devinterface hid.static final Guid.GUIDThe guid devinterface keyboard.static final Guid.GUIDThe guid devinterface mouse.static final Guid.GUIDThe guid devinterface usb device.static final Guid.GUIDThe guid devinterface volume.
- 
Field Details- 
DBT_NO_DISK_SPACEstatic final int DBT_NO_DISK_SPACEThe dbt no disk space.- See Also:
 
- 
DBT_LOW_DISK_SPACEstatic final int DBT_LOW_DISK_SPACEThe dbt low disk space.- See Also:
 
- 
DBT_CONFIGMGPRIVATEstatic final int DBT_CONFIGMGPRIVATEThe dbt configmgprivate.- See Also:
 
- 
DBT_DEVICEARRIVALstatic final int DBT_DEVICEARRIVALThe dbt devicearrival.- See Also:
 
- 
DBT_DEVICEQUERYREMOVEstatic final int DBT_DEVICEQUERYREMOVEThe dbt devicequeryremove.- See Also:
 
- 
DBT_DEVICEQUERYREMOVEFAILEDstatic final int DBT_DEVICEQUERYREMOVEFAILEDThe dbt devicequeryremovefailed.- See Also:
 
- 
DBT_DEVICEREMOVEPENDINGstatic final int DBT_DEVICEREMOVEPENDINGThe dbt deviceremovepending.- See Also:
 
- 
DBT_DEVICEREMOVECOMPLETEstatic final int DBT_DEVICEREMOVECOMPLETEThe dbt deviceremovecomplete.- See Also:
 
- 
DBT_DEVNODES_CHANGEDstatic final int DBT_DEVNODES_CHANGEDA device has been added to or removed from the system.- See Also:
 
- 
DBT_DEVICETYPESPECIFICstatic final int DBT_DEVICETYPESPECIFICThe dbt devicetypespecific.- See Also:
 
- 
DBT_CUSTOMEVENTstatic final int DBT_CUSTOMEVENTThe dbt customevent.- See Also:
 
- 
GUID_DEVINTERFACE_USB_DEVICEThe guid devinterface usb device.
- 
GUID_DEVINTERFACE_HIDThe guid devinterface hid.
- 
GUID_DEVINTERFACE_VOLUMEThe guid devinterface volume.
- 
GUID_DEVINTERFACE_KEYBOARDThe guid devinterface keyboard.
- 
GUID_DEVINTERFACE_MOUSEThe guid devinterface mouse.
- 
DBT_DEVTYP_OEMstatic final int DBT_DEVTYP_OEMThe dbt devtyp oem.- See Also:
 
- 
DBT_DEVTYP_DEVNODEstatic final int DBT_DEVTYP_DEVNODEThe dbt devtyp devnode.- See Also:
 
- 
DBT_DEVTYP_VOLUMEstatic final int DBT_DEVTYP_VOLUMEThe dbt devtyp volume.- See Also:
 
- 
DBT_DEVTYP_PORTstatic final int DBT_DEVTYP_PORTThe dbt devtyp port.- See Also:
 
- 
DBT_DEVTYP_NETstatic final int DBT_DEVTYP_NETThe dbt devtyp net.- See Also:
 
- 
DBT_DEVTYP_DEVICEINTERFACEstatic final int DBT_DEVTYP_DEVICEINTERFACEThe dbt devtyp deviceinterface.- See Also:
 
- 
DBT_DEVTYP_HANDLEstatic final int DBT_DEVTYP_HANDLEThe dbt devtyp handle.- See Also:
 
- 
DBTF_MEDIAstatic final int DBTF_MEDIAThe dbt change affects media in drive, not physical device or drive.- See Also:
 
- 
DBTF_NETstatic final int DBTF_NETThe dbt indicated logical volume is a network volume.- See Also:
 
 
-