Share via


IPropertyProxyEESide::InitSourceDataProvider

Note

This article applies to Visual Studio 2015. If you're looking for the latest Visual Studio documentation, see Visual Studio documentation. We recommend upgrading to the latest version of Visual Studio. Download it here

Initializes the source data for this object and returns an object containing the initial data.

Syntax

HRESULT InitSourceDataProvider(  
   IEEDataStorage** dataOut  
);  
int InitSourceDataProvider(  
   out IEEDataStorage dataOut  
);  

Parameters

dataOut
[out] Returns an IEEDataStorage object

Return Value

If successful, returns S_OK; otherwise, returns an error code.

Remarks

This method does whatever is necessary to initialize an object so it can return an IEEDataStorage interface on the object's data. This allows the object's data to be viewed and, if allowed, changed by a type visualizer.

See Also

IPropertyProxyEESide
IEEDataStorage