13.12.2 IVariantDictionary::get_Item

The IVariantDictionary::get_Item method retrieves the specified item from either the Contents or StaticObjects collection. Both the Application and Session objects provide these collections.
HRESULT STDMETHODCALLTYPE get_Item(
VARIANT VarKey,
VARIANT * pvar
);
Parameters
- VarKey
- Identifier that indicates which item to retrieve from the collection.
pVar
Points to the item that is returned.
Copyright © 2000 Chili!Soft
|