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.

31 lines
459 B

  1. /*++
  2. Copyright(c) 1995 Microsoft Corporation
  3. MODULE NAME
  4. request.h
  5. ABSTRACT
  6. Header file for completion queue routines.
  7. AUTHOR
  8. Anthony Discolo (adiscolo) 18-Aug-1995
  9. REVISION HISTORY
  10. --*/
  11. PACD_COMPLETION GetNextRequest();
  12. BOOLEAN
  13. EqualAddress(
  14. PACD_ADDR pszAddr1,
  15. PACD_ADDR pszAddr2
  16. );
  17. PACD_COMPLETION GetNextRequestAddress(
  18. IN PACD_ADDR pszAddr
  19. );
  20. PACD_COMPLETION GetCurrentRequest();