22 lines
297 B
Plaintext
22 lines
297 B
Plaintext
/*++
|
|
|
|
Copyright (c) 1998 Microsoft Corporation
|
|
|
|
Module Name:
|
|
|
|
convc.idl
|
|
|
|
Abstract:
|
|
|
|
internal datagram interface for context-handle keep-alives, copied from DCE
|
|
|
|
Revision History:
|
|
|
|
jroberts 24-Sep-1998 created the file
|
|
|
|
--*/
|
|
interface convc
|
|
{
|
|
// [comm_status] convc_indy();
|
|
}
|