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

/*++
Module Name:
conv.acf
Abstract:
Author:
Jeff Roberts (jroberts) 6-Feb-1995
Revision History:
6-Feb-1995 jroberts
Created this module.
--*/
interface conv
{
[async] conv_who_are_you ([comm_status, fault_status] Status );
[async] conv_who_are_you2 ([comm_status, fault_status] Status );
[async] conv_who_are_you_auth ([comm_status, fault_status] Status );
[async] conv_who_are_you_auth_more ([comm_status, fault_status] Status );
[async] conv_are_you_there ([comm_status, fault_status] Status );
}