ISecurity::CurrentUserRights

SalesMate+

No parameters

Property description

Used to retrive the current user rights

Example code

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

(C) 1999-2001 My Company All rights reserved