Retrieves the value of the whiteSpace property for the object.
Syntax
HRESULT get_whiteSpace( BSTR *p );
Parameters
- p
- Address of a variable that receives the value of the property.
- The variable receives NULL if the property is not set.
Return Value
Returns S_OK if successful, or an error code otherwise.
Sets the whiteSpace property for the object. The property determines whether and how white space characters in the object are displayed.
Syntax
HRESULT put_whiteSpace( BSTR v );
Parameters
- v
- String that specifies the value of the property.
- Set this parameter to NULL to remove the property.
Return Value
Returns S_OK if successful, or an error code otherwise.