ISolpackGameLib::Author Property
Retrieves the name of the person or company who developed the game library.
Syntax:
HRESULT get_Author(
BSTR *p
);
Parameters:
- p
- Address of a string variable that receives the author name.
Return Value:
Returns S_OK if successful, or an error value otherwise.
Remarks:
Supporting this property is optional; return E_NOTIMPL to specify no author.
|