Previous PageNext Page

13.3.3 IApplicationObject::get_Value

The IApplicationObject::get_Value method retrieves the value of a variable stored in the Application object.
 

HRESULT get_Value

BSTR bstrValue,

VARIANT * pvar

)

Parameters

bstrValue
A binary string that contains the name of the variable to retrieve.
pvar
Points to a variant that holds the value for the variable specified in bstrValue.

Remarks

You can use this method to access variables that have been given application scope.
 

Copyright © 2000 Chili!Soft

Previous PageTop Of PageNext Page