BOOL Register( COleObjectFactory* pFactory, LPCTSTR lpszPathName );
Return Value
Nonzero if the document is successfully registered; otherwise 0.
Parameters
pFactory
Pointer to an OLE factory object (can be NULL).
lpszPathName
Pointer to the fully qualified path of the container document.
Remarks
Informs the OLE system DLLs that the document is open. Call this function when creating or opening a named file to register the document with the OLE system DLLs. There is no need to call this function if the document represents an embedded item.
If you are using COleTemplateServer in your application, Register is called for you by COleLinkingDoc’s implementation of OnNewDocument, OnOpenDocument, and OnSaveDocument.
COleLinkingDoc Overview | Class Members | Hierarchy Chart
See Also COleTemplateServer, COleObjectFactory, CDocument::OnNewDocument, CDocument::OnOpenDocument