Home
last modified time | relevance | path

Searched refs:hDLL (Results 1 – 4 of 4) sorted by relevance

/reactos/modules/rosapps/templates/old_wordpad/
H A Deditwnd.c9 HANDLE hDLL; in InitEditWnd() local
12 hDLL = LoadLibrary(_T("RICHED20.DLL")); in InitEditWnd()
13 if (hDLL == NULL) in InitEditWnd()
/reactos/dll/directx/wine/devenum/
H A Ddevenum_main.c224 HANDLE hDLL = LoadLibraryA("quartz.dll"); in DEVENUM_RegisterQuartz() local
226 if (hDLL) in DEVENUM_RegisterQuartz()
227 pDllRegisterServer = (DllRegisterServer_func)GetProcAddress(hDLL, "DllRegisterServer"); in DEVENUM_RegisterQuartz()
/reactos/modules/rostests/apitests/dbghelp/
H A Dpdb.c154 HMODULE hDLL; in init_dbghelp_version() local
166 hDLL = GetModuleHandleW(L"dbghelp.dll"); in init_dbghelp_version()
167 if (hDLL == 0) in init_dbghelp_version()
172 if (!get_module_version(hDLL, &fileInfo)) in init_dbghelp_version()
177 fileLen = GetModuleFileNameW(hDLL, filenameW, MAX_PATH + 1); in init_dbghelp_version()
/reactos/base/applications/wordpad/
H A Dwordpad.c1809 HANDLE hDLL; in OnCreate() local
1922 hDLL = LoadLibraryW(wszRichEditDll); in OnCreate()
1923 if(!hDLL) in OnCreate()