Changes between Version 35 and Version 36 of libwdi/usage


Ignore:
Timestamp:
07/22/10 19:56:08 (3 years ago)
Author:
pbatard
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • libwdi/usage

    v35 v36  
    132132|---------------- 
    133133{{{#!td 
    134   This structure is used by ''wdi_install_driver'' to set optional parameters. Currently, no user definable options are defined. 
     134  This structure is used by ''wdi_install_driver'' to set optional parameters. 
     135  * '''HWND hWnd''' [[BR]]Handle to a Window application that should receive a modal progress dialog. When this parameter is provided, a modal progress dialog will be displayed for the duration of a driver installation. 
    135136}}} 
    136137|---------------- 
     
    288289    '''path''': the directory where the driver and inf files are located created[[BR]] 
    289290    '''inf_name''': the name of the inf file to use for installation (including the .inf extension)[[BR]] 
    290     '''options''': a pointer to a '''[#wdi_options_install_driver struct wdi_options_install_driver]''' or NULL for the default options. Currently, no option is applicable for this call.[[BR]] 
     291    '''options''': a pointer to a '''[#wdi_options_install_driver struct wdi_options_install_driver]''' or NULL for the default options. If a HWND handle to a Windows application is provided as an option, a progress dialog will be displayed[[BR]] 
    291292 
    292293  '''Return value:'''