Sun Chili!Soft ASP Sun Chili!Soft
ASP Sun Microsystems

 

ISessionObject::get_StaticObjects

The ISessionObject::get_StaticObjects method retrieves the StaticObjects collection of the Session object.

HRESULT get_StaticObjects(

IVariantDictionary **ppProperties

);

Parameters: ISessionObject::get_StaticObjects

ppProperties

Points to an IVariantDictionary interface pointer that receives the StaticObjects collection.

Remarks: ISessionObject::get_StaticObjects

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 2002 Sun Microsystems, Inc. All rights reserved. Legal Notice.