VariantInit (OLEAUT32.8)
void VariantInit ( VARIANTARG* pVarg )
Initialise a variant.
pVarg | [Out] | Variant to initialise. |
Nothing.
This function simply sets the type of the variant to VT_EMPTY. It does not free any existing value, use VariantClear for that.
Defined in "oleauto.h".
Implemented in "dlls/oleaut32/variant.c". source.winehq.org/source/dlls/oleaut32/variant.c
Debug channel "variant".
Copyright © 2008 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Jul 2008.