Feedback

  • Contents
 

II3IDVariable::InitialValue Property

get_InitialValue

Retrieves information about the default value for the variable.

IDL Function Prototype

HRESULT InitialValue(

   [out, retval] VARIANT * InitValue

);

C/C++ Syntax

HRESULT get_InitialValue(VARIANT * InitValue);

Parameters

InitValue

The default value of the variable (if applicable) is returned in a VARIANT.


put_InitialValue

Sets the default value for a variable.

IDL Function Prototype

HRESULT InitialValue(

   [in] VARIANT InitValue

);

C/C++ Syntax

HRESULT put_InitialValue(VARIANT InitValue);

Parameters

InitValue

A VARIANT that contains the variable's new default value.