Home
   Home  |  Preliminary Docs  |  Design Diagrams  |  Reference  |  Development Docs  |  Download  |  Source Code  |  Final Reports  |
SOLPACKSUIT Enumeration

Defines values used to indicate the suit of a card, which can be retrieved with the ISolpackCard::Suit property.

typedef enum tagSOLPACKSUIT
{
   SUIT_CLUB      = 1,
   SUIT_DIAMOND   = 2,
   SUIT_HEART     = 3,
   SUIT_SPADE     = 4
} SOLPACKSUIT;

Constants

Self explanatory.


  February 24, 2002 jmhoersc@mtu.edu