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.
|