ISecurity::CurrentLoginUser

Salesmate +

No parameters

Property description

Used to get the current user

Example code

CComPtr<ISecurity>m_ISecurity;                                          
HRESULT hr = m_ISecurity.CoCreateInstance(CLSID_Security);          
m_ISecurity->get_CurrentLoginUser(&bstr_user);

(C) 1999-2001 My Company All rights reserved