MCPcopy Create free account
hub / github.com/Squirrel/Squirrel.Windows / EnumResNameProc

Function EnumResNameProc

src/WriteZipToSetup/WriteZipToSetup.cpp:20–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18}
19
20BOOL CALLBACK EnumResNameProc(HMODULE hModule, LPCTSTR lpszType, LPTSTR lpszName, LONG_PTR lParam)
21{
22 HANDLE hUpdate = (HANDLE)lParam;
23
24 EnumResourceLanguages(hModule, lpszType, lpszName, EnumResLangProc, (LONG_PTR)hUpdate);
25 return true;
26}
27
28BOOL CALLBACK EnumResTypeProc(HMODULE hMod, LPTSTR lpszType, LONG_PTR lParam)
29{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected