Purpose
Call to this function occur when the user closes the iSeries™ Navigator window to provide the plug-in with an opportunity to save persistent data. This is an optional member function.
Syntax
HRESULT STDMETHODCALLTYPE ProcessTerminating();
Return Codes
Returns NOERROR if successful or E_NOTIMPL if you choose not to implement the function. Error returns are ignored.
Comments
None