S
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
-
saved console file
-
Also see console file.
-
scope item
-
A static node or enumerated node in the snap-in's scope pane.
-
scope node
-
A node in the Visual Basic snap-in's scope pane.
-
scope pane
-
The left pane in a view that contains the console tree. The user can hide the scope pane in a view. The term "scope pane" is used interchangeably with "console tree" in the MMC SDK documentation.
-
scope pane item
-
An instance of a Visual Basic snap-in's scope item in the scope pane of a specific view.
-
snap-in
-
An OLE InProc server that performs a server management task as part of an MMC console. MMC serves as a host for snap-in-defined user interfaces, but does not limit what the snap-ins can do or how they communicate with the managed services.
-
Snap-in Designer for Visual Basic
-
An ActiveX designer that enables a snap-in to be written entirely in Visual Basic.
-
Snap-in Manager
-
A reference to the Add/Remove Snap-in dialog box.
-
snap-in menu
-
A Menu button that a stand-alone or extension snap-in adds to the menu bar.
-
snap-in taskpad
-
A Taskpad implemented by a snap-in, as opposed to a console taskpad.
-
snap-in toolbar
-
A section of the toolbar that contains the toolbar buttons added by stand-alone and extension snap-ins.
-
special cookie
-
A non-standard cookie that MMC sends to the snap-in's IComponent::QueryDataObject method. Special cookies are not associated with scope and result items, and their values are determined by MMC.
-
special data object
-
A non-standard data object that MMC sends to the snap-in's IComponent::Notify or IExtendControlbar::ControlbarNotify methods.
-
stand-alone snap-in
-
A snap-in that, when loaded in a console, can perform its designated management task as the only snap-in loaded in the console.
-
standard list view
-
A default result pane view type that displays a collection of items, each consisting of an icon and a label, and provides several ways to display and arrange the items.
-
standard list view taskpad
-
A taskpad view style that displays the taskpad title, a list control that displays items that can be selected, and tasks that can perform actions on the selected items.
-
standard taskpad
-
Default taskpad view style that displays the taskpad title and tasks.
-
standard verb
-
Also see verb.
-
static node
-
A node in the MMC namespace that is present as long as the snap-in providing it is loaded. Only stand-alone snap-ins can have static nodes. Stand-alone snap-ins use their static nodes to store setup configuration and relative placement in the console.
-
system modal
-
A type of user interface element (for example, dialog box, message box, oe property sheet) for which all applications are suspended until the user responds. System-modal messages notify the user of serious, potentially damaging errors that require immediate attention.