Skip navigation links
JNA API 4.2.1
com.sun.jna.platform.win32

Interface DBT

    • Field Detail

      • DBT_NO_DISK_SPACE

        static final int DBT_NO_DISK_SPACE
        The dbt no disk space.
        See Also:
        Constant Field Values
      • DBT_LOW_DISK_SPACE

        static final int DBT_LOW_DISK_SPACE
        The dbt low disk space.
        See Also:
        Constant Field Values
      • DBT_CONFIGMGPRIVATE

        static final int DBT_CONFIGMGPRIVATE
        The dbt configmgprivate.
        See Also:
        Constant Field Values
      • DBT_DEVICEARRIVAL

        static final int DBT_DEVICEARRIVAL
        The dbt devicearrival.
        See Also:
        Constant Field Values
      • DBT_DEVICEQUERYREMOVE

        static final int DBT_DEVICEQUERYREMOVE
        The dbt devicequeryremove.
        See Also:
        Constant Field Values
      • DBT_DEVICEQUERYREMOVEFAILED

        static final int DBT_DEVICEQUERYREMOVEFAILED
        The dbt devicequeryremovefailed.
        See Also:
        Constant Field Values
      • DBT_DEVICEREMOVEPENDING

        static final int DBT_DEVICEREMOVEPENDING
        The dbt deviceremovepending.
        See Also:
        Constant Field Values
      • DBT_DEVICEREMOVECOMPLETE

        static final int DBT_DEVICEREMOVECOMPLETE
        The dbt deviceremovecomplete.
        See Also:
        Constant Field Values
      • DBT_DEVNODES_CHANGED

        static final int DBT_DEVNODES_CHANGED
        A device has been added to or removed from the system.
        See Also:
        Constant Field Values
      • DBT_DEVICETYPESPECIFIC

        static final int DBT_DEVICETYPESPECIFIC
        The dbt devicetypespecific.
        See Also:
        Constant Field Values
      • GUID_DEVINTERFACE_USB_DEVICE

        static final Guid.GUID GUID_DEVINTERFACE_USB_DEVICE
        The guid devinterface usb device.
      • GUID_DEVINTERFACE_HID

        static final Guid.GUID GUID_DEVINTERFACE_HID
        The guid devinterface hid.
      • GUID_DEVINTERFACE_VOLUME

        static final Guid.GUID GUID_DEVINTERFACE_VOLUME
        The guid devinterface volume.
      • GUID_DEVINTERFACE_KEYBOARD

        static final Guid.GUID GUID_DEVINTERFACE_KEYBOARD
        The guid devinterface keyboard.
      • GUID_DEVINTERFACE_MOUSE

        static final Guid.GUID GUID_DEVINTERFACE_MOUSE
        The guid devinterface mouse.
      • DBT_DEVTYP_DEVNODE

        static final int DBT_DEVTYP_DEVNODE
        The dbt devtyp devnode.
        See Also:
        Constant Field Values
      • DBT_DEVTYP_VOLUME

        static final int DBT_DEVTYP_VOLUME
        The dbt devtyp volume.
        See Also:
        Constant Field Values
      • DBT_DEVTYP_DEVICEINTERFACE

        static final int DBT_DEVTYP_DEVICEINTERFACE
        The dbt devtyp deviceinterface.
        See Also:
        Constant Field Values
      • DBT_DEVTYP_HANDLE

        static final int DBT_DEVTYP_HANDLE
        The dbt devtyp handle.
        See Also:
        Constant Field Values
      • DBTF_MEDIA

        static final int DBTF_MEDIA
        The dbt change affects media in drive, not physical device or drive.
        See Also:
        Constant Field Values
      • DBTF_NET

        static final int DBTF_NET
        The dbt indicated logical volume is a network volume.
        See Also:
        Constant Field Values
JNA API 4.2.1

Copyright © 2007-2015 Timothy Wall. All Rights Reserved.