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 for that.

IMPLEMENTATION

Defined in "oleauto.h".

Implemented in "dlls/oleaut32/variant.c". source.winehq.org/source/dlls/oleaut32/variant.c

Debug channel "variant".


Copyright © 2005 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Aug 2005.