The information in this article applies to:
SYMPTOMS
On Windows 2000 Professional Edition, calling the desktop's IShellFolder::GetDisplayNameOf with SHGDN_FORPARSING for a namespace extension returns a name with GUIDs in it rather than actual display names.
returns a name such as:
::{<GUID for My Computer>}\{<GUID for Control Panel>}rather than the following expected text: Control PanelSome folders may return a name such as: My Computer\::{GUID for the requested item}instead of returning the GUID for "My Computer." CAUSEThis behavior is due to a design change in the Windows 2000 Professional Edition's desktop. RESOLUTIONTo retrieve the actual display text, you need to add the SHGDN_FORADDRESSBAR flag to the SHGDN_FORPARSING flag. If this is done in the sample code above, the text returned will be: Control Panel STATUSThis behavior is by design. Additional query words:
Keywords : kbNameSpace kbNTOS400 kbWinOS2000 kbSDKPlatform kbSDKWin32 kbGrpShell |
Last Reviewed: January 25, 2000 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |