Platform SDK: Exchange 2000 Server

IExStoreSystemEvents::OnMDBShutDown

[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
   );
bstrMDBGuid
String containing the GUID of the MDB being stopped.
lFlags
Reserved for future use.

Return Value

Returns S_OK if the call succeeds.

Registration Properties

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:

Remarks

The OnMDBShutDown is called asynchronously whenever a MDB is stopped.