advpack: Complete the documentation for CloseINFEngine.

oldstable
James Hawkins 2006-01-21 19:21:45 +01:00 committed by Alexandre Julliard
parent 70566c0331
commit bf1a56efc3
1 changed files with 2 additions and 1 deletions

View File

@ -39,9 +39,10 @@ typedef HRESULT (WINAPI *DLLREGISTER) (void);
/***********************************************************************
* CloseINFEngine (ADVPACK.@)
*
* Closes a handle to an INF file opened with OpenINFEngine.
*
* PARAMS
* hInf [I]
* hInf [I] Handle to the INF file to close.
*
* RETURNS
* Success: S_OK.