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