GetContainer
The GetContainer method returns a reference to the container object that created this document.
ODContainer GetContainer ();
- return value
- A reference to the container object that created this document.
DISCUSSION
This method does not increment the reference count of the returned container. For that reason, if you cache the returned container, you should call itsAcquiremethod to increment its reference count and then call itsReleasemethod when you are finished using it.SEE ALSO
TheODContainer::AcquireDocumentmethod (page 100).