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.

33 lines
607 B

  1. /*++
  2. Module Name:
  3. conv.acf
  4. Abstract:
  5. Author:
  6. Jeff Roberts (jroberts) 6-Feb-1995
  7. Revision History:
  8. 6-Feb-1995 jroberts
  9. Created this module.
  10. --*/
  11. interface conv
  12. {
  13. [async] conv_who_are_you ([comm_status, fault_status] Status );
  14. [async] conv_who_are_you2 ([comm_status, fault_status] Status );
  15. [async] conv_who_are_you_auth ([comm_status, fault_status] Status );
  16. [async] conv_who_are_you_auth_more ([comm_status, fault_status] Status );
  17. [async] conv_are_you_there ([comm_status, fault_status] Status );
  18. }