ISolpackApp::GameWon Method
Indicates that the user has won the Solitaire game.
Syntax:
HRESULT GameWon();
Return Value:
Returns S_OK if successful, or an error value otherwise.
Remarks:
When the user has won the game, call this method. Solpack will display a congratulatory message or animation.
When the game is won, the game will no longer receive any notifications and cannot do anything until a new game is
dealt.
|