Platform SDK: Exchange 2000 Server |
[This is preliminary documentation and subject to change.]
Called on event sinks whenever a store is shut down.
[Visual Basic, VBScript] Sub OnMDBStartUp( bstrMDBGuid As String, lFlags As Long ) [C++] HRESULT OnMDBStartUp( BSTR bstrMDBGuid, LONG lFlags ); [IDL] HRESULT _OnMDBStartUp( [in] BSTR bstrMDBGuid, [in] LONG lFlags );
Returns S_OK if the call succeeds.
To register for this event, you need to set the registration item's eventmethod property to "OnMDBShutDown" (C++ constant = EVT_ON_MDB_SHUTDOWN).
This event supports the following Registration Item properties:
The OnMDBShutDown is called asynchronously whenever a MDB is stopped.