Edit

Share via


IPropertyProxyEESide::InitSourceDataProvider

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

Syntax

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