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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Ddynlib.h44 typedef HMODULE wxDllType; typedef
47 typedef void *wxDllType; typedef
50 typedef void *wxDllType; typedef
53 typedef shl_t wxDllType; typedef
56 typedef CFragConnectionID wxDllType; typedef
183 static wxDllType GetProgramHandle();
208 static wxDllType RawLoad(const wxString& libname, int flags = wxDL_DEFAULT);
213 wxDllType Detach() { wxDllType h = m_handle; m_handle = 0; return h; }
216 static void Unload(wxDllType handl
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Ddlmsw.cpp268 wxDllType wxDynamicLibrary::GetProgramHandle()
270 return (wxDllType)::GetModuleHandle(NULL);
278 wxDllType
287 void wxDynamicLibrary::Unload(wxDllType handle)
293 void *wxDynamicLibrary::RawGetSymbol(wxDllType handle, const wxString& name)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Ddllload.tex43 wxDllType dllHandle = wxDllLoader::LoadLibrary(LIB_NAME);
82 This header defines a platform-dependent {\tt wxDllType} typedef which stores
99 \func{wxDllType}{GetProgramHandle}{\void}
110 \func{void *}{GetSymbol}{\param{wxDllType }{dllHandle}, \param{const wxString\& }{name}}
127 \func{wxDllType}{LoadLibrary}{\param{const wxString \& }{libname}, \param{bool* }{success = NULL}}
148 \func{void}{UnloadLibrary}{\param{wxDllType }{dllhandle}}
H A Ddynlib.tex87 \func{wxDllType}{Detach}{\void}
121 \func{static wxDllType}{GetProgramHandle}{\void}
181 \func{static void}{Unload}{\param{wxDllType }{handle}}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/unix/
H A Ddlunix.cpp246 wxDllType wxDynamicLibrary::GetProgramHandle()
256 wxDllType wxDynamicLibrary::RawLoad(const wxString& libname, int flags)
288 void wxDynamicLibrary::Unload(wxDllType handle)
307 void *wxDynamicLibrary::RawGetSymbol(wxDllType handle, const wxString& name)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Drendcmn.cpp125 wxDllType m_dllHandle;
H A Ddynlib.cpp70 wxDllType wxDynamicLibrary::GetProgramHandle()
146 void wxDynamicLibrary::Unload(wxDllType handle)

Completed in 82 milliseconds