Francois Gouget : shell32: Update DllGetClassObject documentation.
Module: wine Branch: refs/heads/master Commit: d3aa2313b8cb0aa60901f89892d7585a12109269 URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=d3aa2313b8cb0aa60901f898... Author: Francois Gouget <fgouget(a)free.fr> Date: Tue Feb 7 21:18:12 2006 +0100 shell32: Update DllGetClassObject documentation. --- dlls/shell32/shellole.c | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/dlls/shell32/shellole.c b/dlls/shell32/shellole.c index 9b92c26..691824c 100644 --- a/dlls/shell32/shellole.c +++ b/dlls/shell32/shellole.c @@ -216,7 +216,8 @@ end: } /************************************************************************* - * DllGetClassObject [SHELL32.@] + * DllGetClassObject [SHELL32.@] + * SHDllGetClassObject [SHELL32.128] */ HRESULT WINAPI DllGetClassObject(REFCLSID rclsid, REFIID iid, LPVOID *ppv) {
participants (1)
-
Alexandre Julliard