ISolpackApp::Score Property
Sets or retrieves the score of the current game.
Syntax:
HRESULT get_WindowWidth(
long *p
);
HRESULT put_WindowWidth(
long v
);
Parameters:
- p
- Address of a long integer variable that receives the current score.
- v
- A long integer value that specifies the new score.
Return Value:
Returns S_OK if successful, or an error value otherwise.
Remarks:
Before a new game is dealt, Solpack will reset the score to zero. When the user completes an action that changes the
score, set the Score property to the new score value.
The user's score is displayed in the window's status bar.
|