Platform SDK: Exchange 2000 Server |
[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 );
The return value is not evaluated.
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:
The OnMDBStartUp is called asynchronously whenever a MDB is started.