|
virtual |
Called by the framework during loading of the list of documents previously saved in the registry.
Override this method in order to properly create documents when they're being loaded from the registry.
A possible implementation may look like this:
lpcszDocName | A text string that contains a document identifier. Usually, it's a full path to a document file. |
pObj | [Optional] User-defined object which includes a document–specific data. Should have DECLARE_SERIAL/IMPLEMENT_SERIAL. |