[This is preliminary documentation and subject to change.]
Creates and returns the control requested by the snap-in.
HRESULT Create(
MMC_CONTROL_TYPE nType, // Type of control to be created
LPEXTENDCONTROLBAR pExtendControlbar,
// Pointer to IExtendControlBar
LPUNKNOWN * ppUnknown // Address at which to return the object.
);
Value | Meaning |
---|---|
TOOLBAR | The control to be associated with the control bar is a toolbar. |
In connection with the nType parameter, COMBOBOXBAR is included in mmc.idl but is not implemented at this time.