Shell Components

To support certain shell functions, add the corresponding shell components. For example, if you plan to enable shortcuts on your shell, you can add the Shortcut component, which provides the SHCreateShortcut and SHGetShortcutTarget functions.

The following table shows the shell components that you can add and the functions they support.

Component Supported function
Fileinfo SHGetFileInfo

SHGetSpecialFolderPath

Fileopen GetOpenFileName

GetSaveFileName

Shellapis Shell_NotifyIcon

SHAddToRecentDocs

Shexec ShellExecuteEx
Shmisc SHShowOutOfMemory
Shortcut SHCreateShortcut

SHGetShortcutTarget

Note   To support nonstandard naming conventions on some platforms, and to enable users to rename some of the special folders if they choose to do so, ensure that you use the SHGetSpecialFolderPath function to find the name and location of a special folder.

In addition to these components, you can also add other shell components to supplement your Windows CE shell by providing the following features:

The following topics describe how to work with specific elements within the shell:

See Also

Creating a Custom Shell

Last updated on Wednesday, April 13, 2005

© 2005 Microsoft Corporation. All rights reserved.