This document is archived and information here might be outdated. Recommended version. |
Embedded data of the thumbnail.
[Visual Basic .NET]
Public Property EmbeddedData As Byte[]
[C#]
public Byte[] EmbeddedData {get; set;}
[C++]
HRESULT get_EmbeddedData(
SAFEARRAY(System.Byte)* ppData
);
[C++]
HRESULT put_EmbeddedData(
SAFEARRAY(System.Byte)* ppData
);
[C++] Parameters ppData [out, retval]
ppData is a parameter of type SAFEARRAY(unsigned char)* ppData [in]
ppData is a parameter of type SAFEARRAY(unsigned char)*