COleServerDoc::OnClose

virtual void OnClose( OLECLOSE dwCloseOption );

Parameters

dwCloseOption

A value from the enumeration OLECLOSE. This parameter can have one of the following values:

Remarks

Called by the framework when a container requests that the server document be closed. The default implementation calls CDocument::OnCloseDocument.

For more information and additional values, see OLECLOSE in the OLE documentation.

COleServerDoc OverviewClass MembersHierarchy Chart

See Also   COleException, CDocument::OnCloseDocument