windows-nt/Source/XPSP1/NT/com/rpc/runtime/rtifs/msconv.acf

31 lines
436 B
Plaintext
Raw Normal View History

2020-09-26 03:20:57 -05:00
/*++
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 );
}