James Hawkins : advpack: Complete the documentation for CloseINFEngine.
Module: wine Branch: refs/heads/master Commit: bf1a56efc3be7e5fd3e64db7846a2f9c3d76a684 URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=bf1a56efc3be7e5fd3e64db7... Author: James Hawkins <truiken(a)gmail.com> Date: Sat Jan 21 19:21:45 2006 +0100 advpack: Complete the documentation for CloseINFEngine. --- dlls/advpack/advpack.c | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/dlls/advpack/advpack.c b/dlls/advpack/advpack.c index 1214901..6cdd514 100644 --- a/dlls/advpack/advpack.c +++ b/dlls/advpack/advpack.c @@ -39,9 +39,10 @@ typedef HRESULT (WINAPI *DLLREGISTER) (v /*********************************************************************** * 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.
participants (1)
-
Alexandre Julliard