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.

36 lines
1.0 KiB

  1. /* File: D:\WACKER\tdll\load_res.h (Created: 16-Dec-1993)
  2. *
  3. * Copyright 1994 by Hilgraeve Inc. -- Monroe, MI
  4. * All rights reserved
  5. *
  6. * $Revision: 4 $
  7. * $Date: 4/12/02 4:59p $
  8. */
  9. /*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
  10. /* Error codes */
  11. #define LDR_ERR_BASE 0x300
  12. #define LDR_BAD_ID LDR_ERR_BASE+1
  13. #define LDR_NO_RES LDR_ERR_BASE+2
  14. #define LDR_BAD_PTR LDR_ERR_BASE+3
  15. /*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
  16. /*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
  17. #if defined(DEADWOOD)
  18. extern INT_PTR resLoadDataBlock(const HINSTANCE hInst,
  19. const int id,
  20. const void **ppData,
  21. DWORD *pSize);
  22. extern INT_PTR resFreeDataBlock(const HSESSION hSession,
  23. const void *pData);
  24. #endif // defined(DEADWOOD)
  25. extern INT_PTR resLoadFileMask(HINSTANCE hInst,
  26. UINT uId,
  27. int nCount,
  28. LPTSTR pszBuffer,
  29. int nSize);