Leaked source code of windows server 2003
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.
 
 
 
 
 
 

34 lines
536 B

/*++
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
);
}