Help Center

AfxDVarToStrfunction

Extracts the contents of a DVARIANT to a DWSTRING.

COMfunctionDVARIANT.INCdocumented

Syntax

FUNCTION AfxDVarToStr (BYREF dv AS DVARIANT) AS DWSTRING

Description

Extracts the contents of a DVARIANT to a DWSTRING.

Example

FUNCTION AfxDVarToStr (BYVAL pdv AS DVARIANT PTR) AS DWSTRING #define DVAR_TOSTR(dv) AfxDVarToStr(dv)

Reference

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