Searched refs:dllShell32 (Results 1 – 5 of 5) sorted by relevance
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/msw/ |
H A D | dirdlg.cpp | 345 wxDynamicLibrary dllShell32; in InitIFileOpenDialog() local 346 if ( dllShell32.Load(wxS("shell32.dll"), wxDL_VERBATIM | wxDL_QUIET) ) in InitIFileOpenDialog() 348 wxDL_INIT_FUNC(pfn, SHCreateItemFromParsingName, dllShell32); in InitIFileOpenDialog()
|
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/msw/ |
H A D | dirdlg.cpp | 372 wxDynamicLibrary dllShell32; in ShowIFileDialog() local 373 if ( dllShell32.Load(wxS("shell32.dll"), wxDL_VERBATIM | wxDL_QUIET) ) in ShowIFileDialog() 375 wxDL_INIT_FUNC(pfn, SHCreateItemFromParsingName, dllShell32); in ShowIFileDialog()
|
H A D | app.cpp | 983 wxDynamicLibrary dllShell32(wxT("shell32.dll"), wxDL_VERBATIM); in GetShell32Version() local 984 if ( dllShell32.IsLoaded() ) in GetShell32Version() 986 s_verShell32 = CallDllGetVersion(dllShell32); in GetShell32Version()
|
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/msw/ |
H A D | dirdlg.cpp | 372 wxDynamicLibrary dllShell32; in ShowIFileDialog() local 373 if ( dllShell32.Load(wxS("shell32.dll"), wxDL_VERBATIM | wxDL_QUIET) ) in ShowIFileDialog() 375 wxDL_INIT_FUNC(pfn, SHCreateItemFromParsingName, dllShell32); in ShowIFileDialog()
|
H A D | app.cpp | 983 wxDynamicLibrary dllShell32(wxT("shell32.dll"), wxDL_VERBATIM); in GetShell32Version() local 984 if ( dllShell32.IsLoaded() ) in GetShell32Version() 986 s_verShell32 = CallDllGetVersion(dllShell32); in GetShell32Version()
|