IEEDataStorage.GetData(UInt32, UInt32, Byte[]) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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[]