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

34 lines
574 B
Plaintext
Raw Permalink Normal View History

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