VariantInit.3w

Langue: en

Version: Jun 2009 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

VariantInit (OLEAUT32.8)

SYNOPSIS

void VariantInit
 (
  VARIANTARG* pVarg
 )

DESCRIPTION

Initialise a variant.

PARAMS

pVarg [Out] Variant to initialise.

RETURNS

Nothing.

NOTES

This function simply sets the type of the variant to VT_EMPTY. It does not free any existing value, use VariantClear(3w) for that.

IMPLEMENTATION

Defined in "oleauto.h".

Implemented in "dlls/oleaut32/variant.c".

Debug channel "variant".