IOleObjectImpl::DoVerbOpen

 

Causes the control to be open-edited in a separate window.

Syntax

      HRESULT DoVerbOpen(
   LPCRECT /* prcPosRect */,
   HWND /* hwndParent */ 
);

Parameters

  • prcPosRec
    [in] Pointer to the rectangle the container wants the control to draw into.

  • hwndParent
    [in] Handle of the window containing the control.

Return Value

Returns S_OK.

Requirements

Header: atlctl.h

See Also

IOleObjectImpl Class