[pywin32-checkins] pywin32/com/win32comext/shell/src shell.cpp,1.34,1.35
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: Mark H. <mha...@us...> - 2005-02-13 12:23:39
|
Update of /cvsroot/pywin32/pywin32/com/win32comext/shell/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11860 Modified Files: shell.cpp Log Message: Autoduck clarifications. Index: shell.cpp =================================================================== RCS file: /cvsroot/pywin32/pywin32/com/win32comext/shell/src/shell.cpp,v retrieving revision 1.34 retrieving revision 1.35 diff -C2 -d -r1.34 -r1.35 *** shell.cpp 28 Jan 2005 00:24:26 -0000 1.34 --- shell.cpp 13 Feb 2005 12:23:29 -0000 1.35 *************** *** 1521,1526 **** // @comm This method is only available in shell version 4.71. If the // function is not available, a COM Exception with HRESULT=E_NOTIMPL ! // will be raised. If the function fails, a COM Exception with ! // HRESULT=E_FAIL will be raised. HMODULE hmod = GetModuleHandle(TEXT("shell32.dll")); PFNSHGetSettings pfnSHGetSettings = (PFNSHGetSettings)GetProcAddress(hmod, "SHGetSettings"); --- 1521,1525 ---- // @comm This method is only available in shell version 4.71. If the // function is not available, a COM Exception with HRESULT=E_NOTIMPL ! // will be raised. HMODULE hmod = GetModuleHandle(TEXT("shell32.dll")); PFNSHGetSettings pfnSHGetSettings = (PFNSHGetSettings)GetProcAddress(hmod, "SHGetSettings"); |