[This is preliminary documentation and subject to change.]
Allows the snap-in to associate a control with a control bar.
HRESULT Attach(
MMC_CONTROL_TYPE nType, // Specifies the type of control
LPUNKNOWN lpUnknown // Pointer to an IUnknown interface.
);
Value | Meaning |
---|---|
TOOLBAR | The control to be associated with the control bar is a toolbar. |
In connection with the nType parameter, COMBOBOXBAR appears in mmc.idl but is not implemented at this time.