mirror of https://github.com/tongzx/nt5src
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
30 lines
436 B
/*++
|
|
|
|
Module Name:
|
|
|
|
msconv.acf
|
|
|
|
Abstract:
|
|
|
|
|
|
|
|
Author:
|
|
|
|
Jeff Roberts (jroberts) 2-Jan-1997
|
|
|
|
Revision History:
|
|
|
|
2-Jan-1997 jroberts
|
|
|
|
Created this module.
|
|
|
|
--*/
|
|
interface ms_conv
|
|
{
|
|
[async] ms_conv_who_are_you2 ([comm_status, fault_status] Status );
|
|
[async] ms_conv_who_are_you_auth ([comm_status, fault_status] Status );
|
|
|
|
[async] ms_conv_are_you_there ([comm_status, fault_status] Status );
|
|
}
|
|
|
|
|