Home
   Home  |  Preliminary Docs  |  Design Diagrams  |  Reference  |  Development Docs  |  Download  |  Source Code  |  Final Reports  |
ISolpackGame::Info Property

Retrieves the height of a card, in pixels.

Syntax:

HRESULT get_Info(
   ISolpackGameInfo **ppInfo
);

Parameters:

ppInfo
Address of a pointer to the ISolpackGameInfo interface of the object containing informatino about this game.

Return Value:

Returns S_OK if successful, or an error value otherwise.

Remarks:

GameInfo objects can be retrieved via this function or the ISolpackGameLib::GetGameInfo method.

  February 24, 2002 jmhoersc@mtu.edu