IPropertyProxyEESide::InitSourceDataProvider
Initializes the source data for this object and returns an object containing the initial data.
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.