Adds the current
ObjectInfo object. This is required to roll
the state of the persistent back during a roll back.
Syntax
| Visual Basic (Declaration) | |
|---|
Overrides Protected Sub AddObjectInfo( _
ByVal oi As ObjectInfo _
) |
| Managed Extensions for C++ | |
|---|
protected: void AddObjectInfo(
ObjectInfo* oi
) override |
| C++/CLI | |
|---|
protected:
void AddObjectInfo(
ObjectInfo^ oi
) override |
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