Movatterモバイル変換


[0]ホーム

URL:


Skip to main content

This browser is no longer supported.

Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.

Download Microsoft EdgeMore info about Internet Explorer and Microsoft Edge
Table of contentsExit editor mode

Windows Shell

Feedback

In this article

The Windows UI provides users with access to a wide variety of objects necessary for running applications and managing the operating system. The most numerous and familiar of these objects are the folders and files that reside on computer disk drives. There are also a number of virtual objects that allow the user to perform tasks such as sending files to remote printers or accessing the Recycle Bin. The Shell organizes these objects into a hierarchical namespace and provides users and applications with a consistent and efficient way to access and manage objects.

Shell Development Scenarios

The following development scenarios relate to application development:

  • Extending the Shell, which consists of creating a data source (versus consuming the Shell data model)
  • Implementing a subset of the Shell data source tasks
  • Supporting libraries and item views in Windows Explorer
  • Using the common file dialog
  • Implementing Control Panel items
  • Managing notifications

The following development scenarios relate to file format ownership:

  • Implementing a subset of the Shell data source tasks
  • Implementing any handler
  • Supporting desktop search

The following development scenarios relate to data storage ownership:

  • Supporting desktop search and OpenSearch
  • Implementing a subset of the Shell data source tasks (virtual folders)
  • Supporting libraries in Windows Explorer

The following development scenario relates to device support:

  • Auto run and auto play

Windows Shell SDK Documentation

This documentation is broken into three major sections:

  • TheShell Developer's Guide provides conceptual material about how the Shell works and how to use the Shell's API in your application.
  • TheShell Reference section documents programming elements that make up the various Shell APIs.
  • Shell Samples provides links to related code samples.

The following table provides an outline of the Shell Reference section. Unless otherwise noted, all programming elements are documented in unmanaged C++.

SectionDescription
Shell ClassesThis section describes select Windows Shell classes.
Shell InterfacesThis section describes the Windows Shell Component Object Model (COM) interfaces.
Shell FunctionsThis section describes the Windows Shell functions.
Shell Callback FunctionsThis section describes the Windows Shell callback functions templates.
Shell Constants, Enumerations, and FlagsThis section describes the Windows Shell constants, enumerations, and flags used in the Shell APIs.
Shell Lightweight Utility FunctionsThis section describes the Windows Shell lightweight utility functions provided in Shlwapi.dll.
Shell MacrosThis section describes the Windows Shell utility macros.
Shell Messages and NotificationsThis section describes the messages and notifications sent by elements of the Windows Shell.
Shell Objects for Scripting and Microsoft Visual BasicThis section describes the Windows objects implemented by the Shell for use in scripting and Microsoft Visual Basic.
Shell Objects for C++This section describes the C++ Windows objects implemented by the Shell.
Shell SchemasThis section describes library, property, and transfer manifest schemas used by the Windows Shell.
Shell StructuresThis section describes the Windows Shell structures used in the Shell APIs.

 

 

 


Feedback

Was this page helpful?

YesNoNo

Need help with this topic?

Want to try using Ask Learn to clarify or guide you through this topic?

Suggest a fix?

  • Last updated on

In this article

Was this page helpful?

YesNo
NoNeed help with this topic?

Want to try using Ask Learn to clarify or guide you through this topic?

Suggest a fix?