Magazine |
| | Community |
| | Workshop |
| | Tools & Samples |
| | Training |
| | Site Info |
|
|
||||||||
|
Retrieves the identifier of the data source object that supplies the data that is bound to this element.
Syntax
HRESULT get_dataSrc( BSTR *p );
Parameters
- p
- Address of a string variable that receives the identifier of the data source object.
Return Value
Returns S_OK if successful, or an error code otherwise.
See Also
Sets the identifier of the data source object that supplies the data that is bound to this element.
Syntax
HRESULT put_dataSrc( BSTR v );
Parameters
- v
- String specifying the identifier of the data source object.
Return Value
Returns S_OK if successful, or an error code otherwise.
See Also
Does this content meet your programming needs? Write us!
© 1998 Microsoft Corporation. All rights reserved. Terms of use.