Share via


IPropertyProxyEESide::GetInitialData

Returns the initial data for this object.

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

Parameters

  • dataOut
    [out] Returns an IEEDataStorage object containing the initial data of this object.

Return Value

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

See Also

Reference

IPropertyProxyEESide

IEEDataStorage