advpack: Add documentation for ExecuteCab.

oldstable
James Hawkins 2006-01-12 13:31:23 +01:00 committed by Alexandre Julliard
parent ee3194bee2
commit 92797c7b21
1 changed files with 11 additions and 0 deletions

View File

@ -565,6 +565,17 @@ HRESULT WINAPI DelNodeRunDLL32( HWND hWnd, HINSTANCE hInst, LPSTR cmdline, INT s
/***********************************************************************
* ExecuteCab (ADVPACK.@)
*
* Installs the INF file extracted from a specified cabinet file.
*
* PARAMS
* hwnd [I] Handle to the window used for the display.
* pCab [I] Information about the cabinet file.
* pReserved [I] Reserved. Must be NULL.
*
* RETURNS
* Success: S_OK.
* Failure: E_FAIL.
*
* BUGS
* Unimplemented