Searched refs:m_lpfnMapiLogoff (Results 1 – 2 of 2) sorted by relevance
34 m_lpfnMapiLogoff(NULL), in WinSysMapi()45 m_lpfnMapiLogoff = reinterpret_cast<LPMAPILOGOFF>(GetProcAddress(m_hMapiDll, "MAPILogoff")); in WinSysMapi()46 if (!m_lpfnMapiLogoff) in WinSysMapi()82 return m_lpfnMapiLogoff(lhSession, ulUIParam, flFlags, ulReserved); in MAPILogoff()
76 LPMAPILOGOFF m_lpfnMapiLogoff; member in shell::WinSysMapi
Completed in 8 milliseconds