IDTSBLOBObject100.GetData(UInt32, Byte, UInt32, UInt32) Method

Definition

Retrieves the specified number of bytes from an IDTSBLOBObject100 object.

public:
 void GetData(System::UInt32 dwOffset, System::Byte % lpPointer, System::UInt32 dwLength, [Runtime::InteropServices::Out] System::UInt32 % lpdwWritten);
[System.Runtime.InteropServices.DispId(105)]
public void GetData (uint dwOffset, ref byte lpPointer, uint dwLength, out uint lpdwWritten);
[<System.Runtime.InteropServices.DispId(105)>]
abstract member GetData : uint32 * byte * uint32 * uint32 -> unit
Public Sub GetData (dwOffset As UInteger, ByRef lpPointer As Byte, dwLength As UInteger, ByRef lpdwWritten As UInteger)

Parameters

dwOffset
UInt32

The location to begin retrieving the bytes.

lpPointer
Byte

A pointer to the bytes returned by the IDTSBLOBObject100.

dwLength
UInt32

The number of bytes to retrieve.

lpdwWritten
UInt32

An out parameter that indicates the number of bytes written to the lpPointer parameter.

Attributes

Remarks

This method is used to retrieve a set of bytes from the IDTSBLOBObject100.

Applies to