ISolpackPile::GetCard Method
Retrieves the card at the specified index.
Syntax:
HRESULT GetCard(
long lIndex,
ISolpackCard **ppCard
);
Parameters:
- lIndex
- Long integer value specifying the zero-based index of the card to retrieve.
- ppPile
- Address of a pointer to the ISolpackCard interface of the specified card.
Return Value:
Returns S_OK if successful, E_INVALIDARG if lIndex specifies an invalid index, or another error value otherwise.
|