CArchive::m_pDocument

This data member contains a pointer to a CDocument. Use this pointer to convey additional information about the serialization process to all objects being serialized. Initialize the pointer, with the document that is being serialized, in such a way that objects within the document can access the document if necessary.

At a Glance

Header file: Afx.h
Platforms: H/PC 2.0, Palm-size PC, H/PC Pro
Windows CE versions: 1.0 and later
Complete documentation: Visual C++ documentation

Syntax

CDocument m_pDocument;

See Also

CDocument