Changes between Version 35 and Version 36 of libwdi/usage
- Timestamp:
- 07/22/10 19:56:08 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
libwdi/usage
v35 v36 132 132 |---------------- 133 133 {{{#!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. 135 136 }}} 136 137 |---------------- … … 288 289 '''path''': the directory where the driver and inf files are located created[[BR]] 289 290 '''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]] 291 292 292 293 '''Return value:'''