Home
   Home  |  Preliminary Docs  |  Design Diagrams  |  Reference  |  Development Docs  |  Download  |  Source Code  |  Final Reports  |
ISolpackGameInfo::Title Property

Retrieves the name of the Solitaire game.

Syntax:

HRESULT get_Title(
   BSTR *p
);

Parameters:

p
Address of a string variable that receives the game title.

Return Value:

Returns S_OK if successful, or an error value otherwise.

  February 24, 2002 jmhoersc@mtu.edu