13.10.4 ISessionObject::get_StaticObjects

The ISessionObject::get_StaticObjects method retrieves the StaticObjects collection of the Session object.
HRESULT get_StaticObjects(
IVariantDictionary **ppProperties
);
Parameters
- ppProperties
- Points to an IVariantDictionary interface pointer that receives the StaticObjects collection.
Remarks
You can iterate through the StaticObjects collection with the IVariantDictionary::get_NewEnum method exposed by the interface. You can also retrieve a specific member of the collection with the IVariantDictionary::get_Item method.
Copyright © 2000 Chili!Soft
|