Platform SDK: Exchange 2000 Server

IExStoreEventLogonInfo::GetUserID

[This is preliminary documentation and subject to change.]

This method returns the GUID of the user that caused the event to fire.

[Visual Basic,VBscript]
not applicable
[C++]
HRESULT GetUserID(GUID ** pGuid);
[IDL]
[propget] HRESULT GetUserID([in,out] GUID ** pGuid);
pGuid [C++,IDL]
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.

Remarks