SPINT_ (Constants)
Last changed: -195.222.88.242

.

SPINT_ constants used in the SP_DEVICE_INTERFACE_DATA structure.

C# Constants:

  enum DeviceInterfaceDataFlags : uint
  {
    Active  = 0x00000001,
    Default = 0x00000002,
    Removed = 0x00000004
  }

Member Name Description
Active The device is active.
Default The device is the default device.
Removed The device has been removed.