Platform SDK: Exchange 2000 Server

IExStoreEventLogonInfo::GetStoreGuid

[This is preliminary documentation and subject to change.]

This method returns the GUID of the MDB store in which the event fired.

[Visual Basic,VBscript]
not applicable
[C++]
HRESULT GetStoreID(GUID ** pGuid);
[IDL]
[propget] HRESULT GetStoreID([in,out]GUID ** pGuid);
pGuid [C++,IDL]
On successful return, the passed address contains the GUID of the store in which the event fired.

Return Value

This method returns S_FALSE if the call fails.

Remarks