Source code of Windows XP (NT5)
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.

24 lines
998 B

  1. __foldwin32sstuff __foldwin32sstuff;
  2. win31compat = true;
  3. enablemapdirect1632 = true;
  4. defaultholdwin16lock = true;
  5. #include "types.thk"
  6. DWORD GetFileResourceSize32( /* Returns size of resource in bytes */
  7. LPSTR lpstrFilename, /* Filename of version stamped file */
  8. LPSTR lpstrResType, /* Type: normally VS_FILE_INFO */
  9. LPSTR lpstrResID, /* ID: normally VS_VERSION_INFO */
  10. LPSTR lpdwFileOffset) /* Returns file offset of resource */
  11. {}
  12. BOOL GetFileResource32( /* Reads file resource into buffer */
  13. LPSTR lpstrFilename, /* Filename of version stamped file */
  14. LPSTR lpstrResType, /* Type: normally VS_FILE_INFO */
  15. LPSTR lpstrResID, /* ID: normally VS_VERSION_INFO */
  16. DWORD dwFileOffset, /* File offset or NULL */
  17. DWORD dwResLen, /* Length of resource to read or NULL */
  18. LPSTR lpData) /* Pointer to data buffer */
  19. {}