Home
   Home  |  Preliminary Docs  |  Design Diagrams  |  Reference  |  Development Docs  |  Download  |  Source Code  |  Final Reports  |
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.

  February 24, 2002 jmhoersc@mtu.edu