Changes between Version 41 and Version 42 of libwdi/usage


Ignore:
Timestamp:
08/27/10 17:34:23 (3 years ago)
Author:
pbatard
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • libwdi/usage

    v41 v42  
    189189  '''Parameters:''' 
    190190    '''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. 
    192192 This can be used to retrieve the date and version of the driver file.  
    193193  '''Return value:'''