Help Center

DVARIANT.PutUIntmethod

Assigns an uint value.

COMmethodDVARIANT.INCdocumented

Syntax

SUB PutUInt (BYVAL _value AS UINT)

Description

Assigns an UINT (unsigned long) value to the DVARIANT.

Remarks

Don't confuse an UINT (ULONG) with the Free Basic UINTEGER data type.

Reference

  • Include file DVARIANT.INC
  • Defined in AfxNova/DVARIANT.inc:1170
  • Documented in COM/DVARIANT Class.md
  • Topic: DVARIANT Class