Adds the current
ObjectInfo object. This is required to roll
the state of the persistent back during a roll back.
Syntax
| Visual Basic (Declaration) | |
|---|
Protected Overridable Sub AddObjectInfo( _
ByVal oi As ObjectInfo _
) |
| Managed Extensions for C++ | |
|---|
protected: virtual void AddObjectInfo(
ObjectInfo* oi
) |
| C++/CLI | |
|---|
protected:
virtual void AddObjectInfo(
ObjectInfo^ oi
) |
Parameters
- oi
- ObjectInfo that is backed up.
Return Value
Whether the
ObjectInfo has been added.
Requirements
Platforms: Windows 2000, Windows XP family, Windows Server 2003 family, Windows Vista family
See Also