Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

5 lines
182 B

  1. #define IDERR_SUCCESS 0
  2. int ExtractResFromExe32A( char *, char *, WORD);
  3. int BuildExeFromRes32A( char *, char *, char *);
  4. ULONG GetListOfResLangIDs( char *szExeName);