The information in this article applies to:
SUMMARYYou can enable your application to start an instance of Windows Explorer in a system folder, such as Control Panel or Recycle Bin, by passing the class ID of the folder as the filename in a call to ShellExecuteEx. MORE INFORMATION
Under Windows CE, ShellExecuteEx does not support the SEE_MASK_IDLIST or
SEE_MASK_INVOKEIDLIST flags. Therefore, you cannot use an LPITEMIDLIST that
is obtained by calling SHGetSpecialFolderLocation to open Windows Explorer
in a system folder.
You can use the following function to open an instance of Windows Explorer
in the Control Panel folder. Note that the CLSID must be enclosed in
quotes.
Additional query words:
Keywords : kbLib kbWinCE200 kbGrpShell |
Last Reviewed: December 3, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |