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.

30 lines
436 B

  1. /*++
  2. Module Name:
  3. msconv.acf
  4. Abstract:
  5. Author:
  6. Jeff Roberts (jroberts) 2-Jan-1997
  7. Revision History:
  8. 2-Jan-1997 jroberts
  9. Created this module.
  10. --*/
  11. interface ms_conv
  12. {
  13. [async] ms_conv_who_are_you2 ([comm_status, fault_status] Status );
  14. [async] ms_conv_who_are_you_auth ([comm_status, fault_status] Status );
  15. [async] ms_conv_are_you_there ([comm_status, fault_status] Status );
  16. }