DTP_VARIANT.dwLength Field
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.
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.