Searched refs:m_dllRas (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Ddialup.cpp251 wxDynamicLibrary m_dllRas; member in class:wxDialUpManagerMSW
387 m_dllRas(_T("RASAPI32"))
394 if ( !m_dllRas.IsLoaded() )
408 ms_pfn##name = (type)m_dllRas.GetSymbol( wxString(_T(#name)) \
419 ms_pfn##name = (type)m_dllRas.GetSymbol( wxString(_T(#name)) \
461 m_dllRas.Unload();
688 return m_dllRas.IsLoaded();

Completed in 34 milliseconds