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

  1. /*++
  2. Copyright (C) Microsoft Corporation, 1998 - 1999
  3. Module Name:
  4. convc.idl
  5. Abstract:
  6. internal datagram interface for context-handle keep-alives, copied from DCE
  7. Revision History:
  8. jroberts 26-Mar-1998 created the file
  9. --*/
  10. [
  11. uuid(4a967f14-3000-0000-0d00-012882000000), version(1)
  12. ]
  13. interface convc
  14. {
  15. import "nbase.idl";
  16. [maybe]
  17. void
  18. convc_indy(
  19. [in] handle_t h,
  20. [in, ref] UUID * cas_uuid
  21. );
  22. }