home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 7 / 07.iso / d / d020_1_4 / 4.ddi / WINMEM32 / WINMEM32.H < prev    next >
Encoding:
Text File  |  1990-06-01  |  837 b   |  33 lines

  1. /*
  2.  * Function protypes and general defines for WINMEM32 DLL
  3.  *    Version 1.00
  4.  *
  5.  * NOTE that WINDOWS.H must be included before this file.
  6.  *
  7.  */
  8.  
  9. /*
  10.  *
  11.  * The functions
  12.  *
  13.  */
  14. WORD    FAR PASCAL GetWinMem32Version(void);
  15. WORD    FAR PASCAL Global32Alloc(DWORD, LPWORD, DWORD, WORD);
  16. WORD    FAR PASCAL Global32Realloc(WORD, DWORD, WORD);
  17. WORD    FAR PASCAL Global32Free(WORD, WORD);
  18. WORD    FAR PASCAL Global16PointerAlloc(WORD, DWORD, LPDWORD, DWORD, WORD);
  19. WORD    FAR PASCAL Global16PointerFree(WORD, DWORD, WORD);
  20. WORD    FAR PASCAL Global32CodeAlias(WORD, LPWORD, WORD);
  21. WORD    FAR PASCAL Global32CodeAliasFree(WORD, WORD, WORD);
  22.  
  23. /*
  24.  *
  25.  * Error Codes
  26.  *
  27.  */
  28. #define WM32_Invalid_Func    0001
  29. #define WM32_Invalid_Flags    0002
  30. #define WM32_Invalid_Arg    0003
  31. #define WM32_Insufficient_Sels    0004
  32. #define WM32_Insufficient_Mem    0005
  33.