次の方法で共有


M

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

main MMC window

A Multiple-document interface (MDI) parent window that appears when MMC is started.

manually created node

A node in a Visual Basic snap-in that is defined at design time and is explicitly created in the console by Visual Basic code in the snap-in.

menu bar

The area of the main MMC window below the title bar that contains pop-up menus such as Console, Window, and Help.

menu button

A pop-up menu on the main MMC window that is added either by MMC, a stand-alone, or an extension snap-in.

menu button control

An MMC control for managing pop-up menus in the main MMC window.

Message View

An ActiveX control supplied by MMC that displays an icon, a title, and message text.

modal

A dialog box to which the user must respond before continuing work. A modal dialog box can be either application modal or system modal.

modeless

A dialog box to which the user is not required to respond before continuing work. In MMC, property sheets displayed by snap-ins are modeless.

MSI

Also see Microsoft Installer.

MSI package

An installation package contains all the information that MSI requires to install or uninstall an application or product and to run the setup user interface. Each installation package includes an .msi file, which contains an installation database, a summary information stream, and data streams for various parts of the installation. The .msi file can also contain one or more transforms, internal source files, and external source files or cabinet files required by the installation.

multiple-document interface (MDI)

An interface that defines a user interface for applications that enable the user to work with more than one document simultaneously. Each document in an MDI application is displayed in a separate child window within the client area of the application's main window.

multiselection data object

A data object that a snap-in creates when it receives the MMC_MULTI_SELECT_COOKIE special cookie value in a call to its IComponent::QueryDataObject method. MMC requests a multiselection data object during a multiple selection. This data object should supply the list of node types for all of the currently selected result items owned by the snap-in in the multiple selection.