Platform SDK: Exchange 2000 Server

IExStoreSystemEvents::OnMDBStartUp

[This is preliminary documentation and subject to change.]

Called on event sinks whenever a store starts functioning.

[Visual Basic, VBScript]
Sub OnMDBStartUp(
   bstrMDBGuid As String,
   bstrMDBName As String
   lFlags As Long
   )
[C++]
HRESULT OnMDBStartUp(
   BSTR bstrMDBGuid,
   BSTR bstrMDBName,
   LONG lFlags
   );
[IDL]
HRESULT _OnMDBStartUp(
   [in] BSTR bstrMDBGuid,
   [in] BSTR bstrMDBName,
   [in] LONG lFlags
   );
bstrMDBGuid
String containing the GUID of the MDB being started.
bstrMDBName
String containing the name of the MDB being started.
lFlags
Reserved for future use.

Return Value

The return value is not evaluated.

Registration Properties

To register for this event, you need to set the registration item's eventmethod property to "OnMDBStartUp" (C++ constant = EVT_ON_MDB_STARTUP).

This event supports the following Registration Item properties:

Remarks

The OnMDBStartUp is called asynchronously whenever a MDB is started.