GetUserID Method
Topic Last Modified: 2006-06-13
The GetUserID method returns the globally unique identifier (GUID) 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 GetUserID
(
GUID** pGuid
);
Parameters
- pGuid
On successful return, the passed address contains the GUID of the user who caused the event to fire.
Return Value
This method returns S_FALSE if the call fails.