ISolpackGameLib::WebSite Property
Retrieves the web site address of the author.
Syntax:
HRESULT get_WebSite(
BSTR *p
);
Parameters:
- p
- Address of a string variable that receives the author's web site address.
Return Value:
Returns S_OK if successful, or an error value otherwise.
Remarks:
Supporting this property is optional; return E_NOTIMPL to specify no e-mail address.
|