다음을 통해 공유


GetStoreGuid Method

Topic Last Modified: 2006-06-13

The GetStoreGuid method returns the globally unique identifier (GUID) of the message database (MDB) store in which the event fired.

Applies To

IExStoreEventLogonInfo Interface

Type Library

EXOLEDB Type Library

DLL Implemented In

EXOLEDB.DLL

Syntax

HRESULT GetStoreGuid
(
        GUID** pGuid
);

Parameters

  • pGuid
    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

See StoreGuid Property for the Automation-compatible version of this method.