This document is archived and information here might be outdated. Recommended version. |
The embedded replica data.
[Visual Basic .NET]
Public Property EmbeddedData As Byte[]
[C#]
public Byte[] EmbeddedData {get; set;}
[C++]
HRESULT get_EmbeddedData(
SAFEARRAY(System.Byte)* data
);
[C++]
HRESULT put_EmbeddedData(
SAFEARRAY(System.Byte)* data
);
[C++] Parameters data [out, retval]
data is a parameter of type SAFEARRAY(unsigned char)* data [in]
data is a parameter of type SAFEARRAY(unsigned char)*
The EmbeddedData property returns a byte array with the actual data if the transport type is embedded.