/*++

Copyright (C) Microsoft Corporation, 1998 - 1999

Module Name:

    convc.idl

Abstract:

    internal datagram interface for context-handle keep-alives, copied from DCE

Revision History:

    jroberts    26-Mar-1998     created the file

--*/

[
uuid(4a967f14-3000-0000-0d00-012882000000), version(1)
]
interface convc
{

import "nbase.idl";

    [maybe]
    void
    convc_indy(
                [in]        handle_t    h,
                [in, ref]   UUID      * cas_uuid
                );
}

