ISolpackGame::Deal Method
Deals out a game of Solitaire.
Syntax:
HRESULT Deal();
Return Value:
Returns S_OK if successful, or an error value otherwise.
Remarks:
Before Deal is called, all cards will be returned to their respective decks. Within this method, create and use
a fragment to move cards from the deck to their starting piles.
|