SOLPACKDIFFICULTY Enumeration
Defines values used to indicate the difficulty of a Solitaire game, which can be retrieved with the
ISolpackGameInfo::Difficulty property.
typedef enum tagSOLPACKDIFFICULTY
{
DIFFICULTY_EASY = 1,
DIFFICULTY_MEDIUM = 2,
DIFFICULTY_HARD = 3
} SOLPACKDIFFICULTY;
Constants
- DIFFICULTY_EASY
- The game is typically won at least one out of three times.
- DIFFICULTY_MEDIUM
- The game is typically won once every four to ten times.
- DIFFICULTY_HARD
- The game is typically won less than once for every ten times.
|