We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 673f69a commit 700a917Copy full SHA for 700a917
1 file changed
simbatt/func/simbattdriverif.h
@@ -62,33 +62,3 @@ DEFINE_GUID(SIMBATT_DEVINTERFACE_GUID,
62
#define IOCTL_SIMBATT_SET_UNIQUE_ID SIMBATT_IOCTL(0x809)
63
#define IOCTL_SIMBATT_GET_MAXCHARGINGCURRENT SIMBATT_IOCTL(0x810)
64
#define SIMBATT_RATE_CALCULATE 0x7fffffff
65
-
66
-//------------------------------------------------------------------- Data Types
67
68
-//
69
-// Data structure used in PlugIn and UnPlug ioctls
70
71
72
73
-typedef struct _BATTBUS_UNPLUG_HARDWARE
74
-{
75
- //
76
- // size of this type
77
78
79
- ULONG Size;
80
81
82
- // Serial number of the device to be unplugged.
83
84
85
- ULONG SerialNo;
86
87
88
- // Must not be referenced used.
89
90
91
- ULONG Reserved[2];
92
93
-} BATTBUS_UNPLUG_HARDWARE, *PBATTBUS_UNPLUG_HARDWARE;
94
0 commit comments