IOleObjectImpl::SetMoniker

 

Tells the control what its moniker is.

Syntax

      STDMETHOD(SetMoniker)(
   DWORD /* dwWhichMoniker */,
   IMoniker** /* pmk */
);

Return Value

Returns E_NOTIMPL.

Remarks

See IOleObject::SetMoniker in the Windows SDK.

Requirements

Header: atlctl.h

See Also

IOleObjectImpl Class