The information in this article applies to:
SYMPTOMSCalling IShellFolder::CreateViewObject() for a file system folder causes an Access Violation. CAUSEUsing the file system implementation of IShellFolder::CreateViewObject() results in the shell sending a yet-to-be documented message, the WM_GETISHELLBROWSER message (currently WM_USER+7) to the hWndOwner. The shell assumes the HWND passed in as the owner responds properly to the WM_GETISHELLBROWSER message. If it doesn't, there is an access violation in Shell32.DLL. RESOLUTION
The shell expects that the hWndOwner will supply the IShellBrowser
interface to it in response to the WM_GETISHELLBROWSER message.
STATUSMicrosoft has confirmed this to be a problem in the products listed at the beginning of this article. Additional query words:
Keywords : kbExtension kbNameSpace kbNTOS400 kbWinOS2000 kbSDKWin32 kbWinOS95 kbWinOS98 kbGrpShell |
Last Reviewed: January 25, 2000 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |