We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95ca556 commit 673f69aCopy full SHA for 673f69a
1 file changed
simbatt/func/simbattdriverif.h
@@ -69,37 +69,6 @@ DEFINE_GUID(SIMBATT_DEVINTERFACE_GUID,
69
// Data structure used in PlugIn and UnPlug ioctls
70
//
71
72
-typedef struct _BATTBUS_PLUGIN_HARDWARE
73
-{
74
- //
75
- // Size of this type.
76
77
-
78
- ULONG Size;
79
80
81
- // Unique serial number of the device to be enumerated.
82
- // Enumeration will be failed if another device on the
83
- // bus has the same serial number.
84
85
86
- ULONG SerialNo;
87
88
89
- // UI number.
90
91
92
- ULONG UINumber;
93
94
95
- // Type of device being enumerated
96
97
- // Reserved value, set to 0.
98
99
100
- ULONG Type;
101
102
-} BATTBUS_PLUGIN_HARDWARE, *PBATTBUS_PLUGIN_HARDWARE;
103
104
typedef struct _BATTBUS_UNPLUG_HARDWARE
105
{
0 commit comments