ISolpackPile::NumCards Property
Retrieves the number of cards in the pile.
Syntax:
HRESULT get_NumCards(
long *p
);
Parameters:
- p
- Address of a long integer variable that receives the count of cards.
Return Value:
Returns S_OK if successful, or an error value otherwise.
Remarks:
Use the ISolpackPile::GetCard method to retrieve a specific card from the pile.
|