Home
   Home  |  Preliminary Docs  |  Design Diagrams  |  Reference  |  Development Docs  |  Download  |  Source Code  |  Final Reports  |
ISolpackCard::Pile Property

Retrieves the pile that currently contains the card.

Syntax:

HRESULT get_Pile(
   ISolpackPile **pp
);

Parameters:

pp
Address of a pointer to the ISolpackPile interface of the pile that contains the card.

Return Value:

Returns S_OK if successful, or an error value otherwise.

Remarks:

While a card is being dragged, its Pile property refers to the fragment object.

  February 24, 2002 jmhoersc@mtu.edu