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.
|