13.10.2 ISessionObject::get_Contents

The ISessionObject::get_Contents method retrieves the value of the Contents property.
HRESULT get_Contents(
IVariantDictionary **ppProperties
);
Parameters
- ppProperties
- Points to an IVariantDictionary interface pointer that receives the Contents collection.
Remarks
The Session Contents collection contains all variables and objects that have been given application scope with the Server.CreateObject command. You can iterate through the Contents 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
|