![]() |
||||
|
Defines values used to indicate the rank of a card, which can be retrieved with the ISolpackCard::Rank property.
typedef enum tagSOLPACKRANK { RANK_ACE = 1, RANK_2 = 2, RANK_3 = 3, RANK_4 = 4, RANK_5 = 5, RANK_6 = 6, RANK_7 = 7, RANK_8 = 8, RANK_9 = 9, RANK_10 = 10, RANK_JACK = 11, RANK_QUEEN = 12, RANK_KING = 13 } SOLPACKRANK; Constants
Self explanatory.
|
February 24, 2002 | jmhoersc@mtu.edu |