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

/*++
Copyright(c) 1995 Microsoft Corporation
MODULE NAME
request.h
ABSTRACT
Header file for completion queue routines.
AUTHOR
Anthony Discolo (adiscolo) 18-Aug-1995
REVISION HISTORY
--*/
PACD_COMPLETION GetNextRequest();
BOOLEAN
EqualAddress(
PACD_ADDR pszAddr1,
PACD_ADDR pszAddr2
);
PACD_COMPLETION GetNextRequestAddress(
IN PACD_ADDR pszAddr
);
PACD_COMPLETION GetCurrentRequest();