Home
   Home  |  Preliminary Docs  |  Design Diagrams  |  Reference  |  Development Docs  |  Download  |  Source Code  |  Final Reports  |
ISolpackFragment::AddToFragment Method

Adds the specified card or pile to the fragment.

Syntax:

HRESULT AddToFragment(
   IDispatch *pObj
);

Parameters:

pObj
A pointer to the IDispatch interface of the card or pile to add to the fragment.

Return Value:

Returns S_OK if successful, or an error value otherwise.

Remarks:

The pObj parameter can be either a card or pile object. If it is a pile, the entire contents of the pile are added to the fragment.

  February 24, 2002 jmhoersc@mtu.edu