다음을 통해 공유


GetUserSID Method

Topic Last Modified: 2006-06-13

The GetUserSID method returns the security identifier (SID) of the user that caused the event to fire.

Applies To

IExStoreEventLogonInfo Interface

Type Library

EXOLEDB Type Library

DLL Implemented In

EXOLEDB.DLL

Syntax

HRESULT GetUserSID
(
        SID** pGuid
);

Parameters

  • pGuid
    On successful return, the passed address contains the SID of the user who caused the event to fire.

Return Value

This method returns S_FALSE if the call fails.

Remarks

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