Home
last modified time | relevance | path

Searched refs:LoadResource (Results 1 – 25 of 106) sorted by relevance

12345

/reactos/dll/win32/lsasrv/
H A Dutils.c35 hmem = LoadResource(hInstance, hrsrc); in LsapLoadString()
85 hmem = LoadResource(hInstance, hrsrc); in LsapGetResourceStringLengthEx()
123 hmem = LoadResource(hInstance, hrsrc); in LsapLoadStringEx()
/reactos/modules/rostests/apitests/user32/
H A DCreateIconFromResourceEx.c26 hMem = LoadResource(hMod, hResource); in START_TEST()
62 hMem = LoadResource(hMod, hResource); in START_TEST()
H A DLookupIconIdFromDirectoryEx.c91 hMem = LoadResource(hMod, hResource); in START_TEST()
H A DPrivateExtractIcons.c44 hData = LoadResource(NULL, hRes); in ResourceToFile()
H A DLoadImageGCC.c48 hData = LoadResource(NULL, hRes); in ResourceToFileW()
/reactos/win32ss/user/user32/misc/
H A Dresources.c40 hmem = LoadResource( instance, hrsrc ); in LoadStringW()
91 (hmem = LoadResource( instance, hrsrc ))) in LoadStringA()
/reactos/dll/cpl/desk/
H A Dmisc.c21 (hRes = LoadResource(hInst, hrSrc)) && in LengthOfStrResource()
H A Dmuireg.c24 hMemory = LoadResource(hModule, hResource); in load_string()
/reactos/base/applications/mmc/
H A Dmisc.c40 (hRes = LoadResource(hInst, hrSrc)) && in LengthOfStrResource()
/reactos/dll/win32/uxtheme/
H A Dpngsup.cpp30 HGLOBAL hAlloc = LoadResource(hTheme, hRes); in MSSTYLES_TryLoadPng()
H A Dmsstyles.c97 version = *(WORD*)LoadResource(hTheme, hrsc); in MSSTYLES_OpenThemeFile()
110 pszColors = LoadResource(hTheme, hrsc); in MSSTYLES_OpenThemeFile()
117 pszSizes = LoadResource(hTheme, hrsc); in MSSTYLES_OpenThemeFile()
282 tmp = LoadResource(tf->hTheme, hrsc); in MSSTYLES_GetActiveThemeIni()
H A Duxini.c61 if(!(lpThemesIni = LoadResource(hTheme, hrsc))) { in UXINI_LoadINI()
/reactos/modules/rosapps/applications/sysutils/regexpl/
H A DShellCommandHelp.cpp73 (hGPL = LoadResource(NULL,hrcGPL))&& in Execute()
/reactos/modules/rosapps/applications/devutils/vgafontedit/
H A Dmisc.c23 (hRes = LoadResource(hInstance, hrSrc)) && in LengthOfStrResource()
/reactos/dll/cpl/sysdm/
H A Dlicence.c46 !(hResMem = LoadResource(hApplet, hResInfo)) || in OnInitDialog()
/reactos/modules/rostests/apitests/shell32/
H A DExtractIconEx.cpp55 hData = LoadResource(NULL, hRes); in ResourceToFile()
/reactos/dll/win32/samsrv/
H A Dutils.c35 hmem = LoadResource(hInstance, hrsrc); in SampLoadString()
/reactos/modules/rostests/apitests/shlwapi/
H A DSHLoadIndirectString.c82 hGlobal = LoadResource(GetModuleHandleW(NULL), hRsrc); in extract_resource()
/reactos/sdk/lib/3rdparty/libwine/
H A Dregister.c75 char *str = LoadResource( module, rsrc ); in register_resource()
/reactos/sdk/lib/conutils/
H A Dutils.c122 hmem = LoadResource(hInstance, hrsrc); in K32LoadStringExW()
/reactos/base/applications/msconfig_new/
H A Dxmldomparser.cpp99 handle = LoadResource(NULL, hRes); in LoadXMLDocumentFromResource()
/reactos/modules/rosapps/templates/old_wordpad/
H A Dmisc.c21 (hRes = LoadResource(hInst, hrSrc)) && in LengthOfStrResource()
/reactos/win32ss/gdi/gdi32/objects/
H A Deng.c121 Hg = LoadResource((HMODULE)h, HRSrc); in EngFindResource()
/reactos/dll/win32/shell32/
H A Dvista.c53 hMemory = LoadResource(hModule, hResource); in load_string()
/reactos/modules/rostests/apitests/gdi32/
H A DAddFontMemResourceEx.c332 hTemplate = LoadResource(mod, hRsrc); in START_TEST()

12345