Share via


IEEDataStorage.GetData(UInt32, UInt32, Byte[]) Method

Definition

public:
 int GetData(System::UInt32 dataSize, [Runtime::InteropServices::Out] System::UInt32 % sizeGotten, cli::array <System::Byte> ^ data);
public int GetData(uint dataSize, out uint sizeGotten, byte[] data);
abstract member GetData : uint32 * uint32 * byte[] -> int
Public Function GetData (dataSize As UInteger, ByRef sizeGotten As UInteger, data As Byte()) As Integer

Parameters

dataSize
UInt32
sizeGotten
UInt32
data
Byte[]

Returns

Applies to