Retrieves the prefix of the object.
Syntax
HRESULT get_prefix( BSTR *p );
Parameters
- p
- Address of a string that contains the XML prefix.
Return Value
Returns S_OK if successful, or an error code otherwise.
Sets the prefix of the object.
Syntax
HRESULT put_prefix( BSTR v );
Parameters
- v
- String (BSTR) that contains the XML prefix.
Return Value
Returns S_OK if successful, or an error code otherwise.