| FIXME: Missing A LOT of definitions / declarations! |
| /* Define type for handle to a loaded inf file */ |
| /* Define type for handle to a device information set */ |
| /* Define type for setup file queue */ |
| typedef struct _INFCONTEXT |
| } INFCONTEXT, *PINFCONTEXT; |
| typedef UINT (CALLBACK *PSP_FILE_CALLBACK_A)( PVOID Context, UINT Notification, |
| UINT Param1, UINT Param2 ); |
| typedef UINT (CALLBACK *PSP_FILE_CALLBACK_W)( PVOID Context, UINT Notification, |
| UINT Param1, UINT Param2 ); |
| #define PSP_FILE_CALLBACK WINELIB_NAME_AW(PSP_FILE_CALLBACK_) |
| /* Device Information structure (references a device instance that is a member |
| of a device information set) */ |
| typedef struct _SP_DEVINFO_DATA |
| DWORD DevInst; /* DEVINST handle */ |
| } SP_DEVINFO_DATA, *PSP_DEVINFO_DATA; |
| #endif /* __SETUPAPI__ */ |