ISolpackGameLib::GetGameInfo Method
Retrieves static information about the specified game
Syntax:
HRESULT GetGameInfo(
long lIndex,
ISolpackGameInfo **ppGameInfo
);
Parameters:
- lIndex
- Long integer value specifying the zero-based index of the game whose information to retrieve.
- ppGameInfo
- Address of a pointer to the ISolpackGameInfo interface of the game information
object.
Return Value:
Returns S_OK if successful, E_INVALIDARG if lIndex specifies an invalid index, or another error value otherwise.
Remarks:
The Solitaire Pack game menu will call this method for each game in the library in order to retrieve its title.
|