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
559 B

  1. /* @(#)hp_async.gi 1.1 07/12/89 Copyright Insignia Solutions Ltd. */
  2. #define ASYNC_NOMEM 1
  3. #define ASYNC_NBIO 2
  4. #define ASYNC_AIOOWN 3
  5. #define ASYNC_AIOSTAT 4
  6. #define ASYNC_BADHANDLE 5
  7. #define ASYNC_NDELAY 6
  8. #define ASYNC_BADHANDLER 7
  9. #define ASYNC_BADOPN 8
  10. #define ASYNC_FCNTL 9
  11. #define ASYNC_XON 0
  12. #define ASYNC_XOFF 1
  13. #define ASYNC_IGNORE 2
  14. #define ASYNC_RAW 3
  15. int addAsyncEventHandler();
  16. void initAsyncMgr();
  17. int AsyncOperationMode();
  18. int removeAsyncEventHandler();
  19. void AsyncMgr();
  20. void terminateAsyncMgr();
  21. int (*changeAsyncEventHandler())();