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

  February 24, 2002 jmhoersc@mtu.edu