Home
   Home  |  Preliminary Docs  |  Design Diagrams  |  Reference  |  Development Docs  |  Download  |  Source Code  |  Final Reports  |
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.

  February 24, 2002 jmhoersc@mtu.edu