Home
   Home  |  Preliminary Docs  |  Design Diagrams  |  Reference  |  Development Docs  |  Download  |  Source Code  |  Final Reports  |
ISolpackGameLib::NumGames Property

Retrieves the count of games implemented in the game library.

Syntax:

HRESULT get_NumGames(
   long *p
);

Parameters:

p
Address of a long integer variable that receives the count of games.

Return Value:

Returns S_OK if successful, or an error value otherwise.

  February 24, 2002 jmhoersc@mtu.edu