Home
last modified time | relevance | path

Searched refs:m_hMapiDll (Results 1 – 2 of 2) sorted by relevance

/aoo41x/main/shell/source/win32/sysmail/
H A Dsysmapi.cxx37 m_hMapiDll = LoadLibrary("mapi32.dll"); in WinSysMapi()
38 if ((m_hMapiDll == INVALID_HANDLE_VALUE) || (m_hMapiDll == NULL)) in WinSysMapi()
41 m_lpfnMapiLogon = reinterpret_cast<LPMAPILOGON>(GetProcAddress(m_hMapiDll, "MAPILogon")); in WinSysMapi()
45 m_lpfnMapiLogoff = reinterpret_cast<LPMAPILOGOFF>(GetProcAddress(m_hMapiDll, "MAPILogoff")); in WinSysMapi()
49 … m_lpfnMapiSendMail = reinterpret_cast<LPMAPISENDMAIL>(GetProcAddress(m_hMapiDll, "MAPISendMail")); in WinSysMapi()
56 FreeLibrary(m_hMapiDll); in ~WinSysMapi()
H A Dsysmapi.hxx74 HMODULE m_hMapiDll; member in shell::WinSysMapi

Completed in 8 milliseconds