Changes between Version 41 and Version 42 of libwdi/usage
- Timestamp:
- 08/27/10 17:34:23 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
libwdi/usage
v41 v42 189 189 '''Parameters:''' 190 190 '''driver_type''': either '''WDI_WINUSB''', '''WDI_LIBUSB''' or '''WDI_USER''', depending on whether the driver files to be checked are WinUSB, libusb0.sys or a custom user driver.[[BR]] 191 '''driver_info''': the address of a [http://msdn.microsoft.com/en-us/library/ms646997.aspx struct VS_FIXEDFILEINFO] struct. If this parameter is not NULL, and the driver is either WDI_WINUSB or WDI_LIBUSB, then a [http://msdn.microsoft.com/en-us/library/ms646997.aspx VS_FIXEDFILEINFO structure] will be filled. If driver information cannot be returned, then this structure is filled with zeroes.191 '''driver_info''': the address of a [http://msdn.microsoft.com/en-us/library/ms646997.aspx VS_FIXEDFILEINFO structure]. If this parameter is not NULL, and the driver is either WDI_WINUSB or WDI_LIBUSB, then a [http://msdn.microsoft.com/en-us/library/ms646997.aspx VS_FIXEDFILEINFO structure] will be filled. If driver information cannot be returned, then this structure is filled with zeroes. 192 192 This can be used to retrieve the date and version of the driver file. 193 193 '''Return value:'''