3 FIXME: Missing A LOT of definitions / declarations!
9 /* Define type for handle to a loaded inf file */
12 /* Define type for handle to a device information set */
13 typedef PVOID HDEVINFO;
16 typedef struct _INFCONTEXT
22 } INFCONTEXT, *PINFCONTEXT;
24 /* Device Information structure (references a device instance that is a member
25 of a device information set) */
26 typedef struct _SP_DEVINFO_DATA
30 DWORD DevInst; /* DEVINST handle */
32 } SP_DEVINFO_DATA, *PSP_DEVINFO_DATA;