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

Retrieves the rules of the game.

Syntax:

HRESULT get_Rules(
   BSTR *p
);

Parameters:

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

Return Value:

The string can use two newline characters (\n\n) to represent a new paragraph of instructions.

  February 24, 2002 jmhoersc@mtu.edu