GetSelectionServices method
Gets an ISelectionServices interface for a markup container.
Syntax
HRESULT retVal = object.GetSelectionServices(pIContainer, ppSelSvc);
Parameters
pIContainer [in]
Type: IMarkupContainerA pointer to an IMarkupContainer interface for which you want the ISelectionServices interface.
ppSelSvc [out]
Type: ISelectionServicesA pointer to a variable that receives an ISelectionServices interface pointer for the ISelectionServices interface on the editor's selection object.
Return value
Type: HRESULT
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.