No parameters
Property description
Used to get the current userExample code
CComPtr<ISecurity>m_ISecurity; HRESULT hr = m_ISecurity.CoCreateInstance(CLSID_Security); m_ISecurity->get_CurrentLoginUser(&bstr_user);