DTP_VARIANT.dwLength Field

Definition

Represents an unsigned integer that contains the length of the data in the union.

public: System::UInt32 dwLength;
public uint dwLength;
val mutable dwLength : uint32
Public dwLength As UInteger 

Field Value

Remarks

For types like Long, this does not provide useful information, but for types like DT_BYTES, this value tells you how much data is actually available.

Applies to