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.

26 lines
674 B

  1. /* mmioi.h
  2. *
  3. * Definitions that are internal to the MMIO library, i.e. shared by MMIO*.C
  4. */
  5. /* Revision history:
  6. * LaurieGr: Jan 92 Ported from win16. Source tree fork, not common code.
  7. * StephenE: Apr 92 added unicode to ascii conversion function prototypes.
  8. */
  9. #include <mmio.h>
  10. typedef MMIOINFO *PMMIO; // (Win32)
  11. typedef struct _MMIODOSINFO // How DOS IOProc uses MMIO.adwInfo[]
  12. {
  13. HANDLE fh; // DOS file handle
  14. } MMIODOSINFO;
  15. typedef struct _MMIOMEMINFO // How MEM IOProc uses MMIO.adwInfo[]
  16. {
  17. LONG lExpand; // increment to expand mem. files by
  18. } MMIOMEMINFO;