Retrieves a URL that indicates where to find the implementation of the object.
Syntax
HRESULT get_code(
BSTR *p
);
Parameters
- p
- Address of a string (BSTR) variable that receives the URL. For details, see the code property.
Return Value
Returns S_OK if successful, or an error code otherwise.
Sets a URL that indicates where to find the implementation of the object.
Syntax
HRESULT put_code(
BSTR v
);
Parameters
- v
- String (BSTR) that specifies the URL to set. For details, see the code property.
Return Value
Returns S_OK if successful, or an error code otherwise.