This document is archived and information here might be outdated. Recommended version. |
The embedded data.
[Visual Basic .NET] Public Property Data As IGDSData
[C#] public IGDSData Data {get; set;}
[C++]
HRESULT get_Data(
IGDSData** ppData
);
[C++]
HRESULT putref_Data(
IGDSData* ppData
);
[C++] Parameters ppData [out, retval]
ppData is a parameter of type IGDSData** ppData [in]
ppData is a parameter of type IGDSData*