Subversion Repositories filter_foundry

Rev

Rev 416 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 416 Rev 444
Line 377... Line 377...
377
        }
377
        }
378
 
378
 
379
        return fOk;
379
        return fOk;
380
}
380
}
381
 
381
 
-
 
382
/*
382
BOOL CALLBACK EnumResLangProc(HMODULE hModule, PCTSTR lpszType, PCTSTR lpszName, WORD wIDLanguage, EnumVerData* Ctx) {
383
BOOL CALLBACK EnumResLangProc(HMODULE hModule, LPCTSTR lpszType, LPCTSTR lpszName, WORD wIDLanguage, EnumVerData* Ctx) {
383
        HRSRC hResInfo;
384
        HRSRC hResInfo;
384
        HGLOBAL hg;
385
        HGLOBAL hg;
385
        ULONG size;
386
        ULONG size;
386
        PVOID pv;
387
        PVOID pv;
387
 
388
 
Line 407... Line 408...
407
                }
408
                }
408
        }
409
        }
409
 
410
 
410
        return TRUE;
411
        return TRUE;
411
}
412
}
-
 
413
*/
412
 
414
 
413
/*
415
/*
414
Usage example:
416
Usage example:
415
 
417
 
416
int main(int argc, char** argv) {
418
int main(int argc, char** argv) {