ISolpackGameInfo::Difficulty Property
Retrieves the game's difficulty ranking.
Syntax:
HRESULT get_Difficulty(
long *p
);
Parameters:
- p
- Address of a long integer variable that receives the difficulty ranking, from the
SOLPACKDIFFICULTY enumeration.
Return Value:
Returns S_OK if successful, or an error value otherwise.
|