Source code of Windows XP (NT5)
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.

31 lines
422 B

  1. /*++
  2. Copyright (C) Microsoft Corporation, 1994 - 1999
  3. Module Name:
  4. rpcws.idl
  5. Abstract:
  6. RPC interface used in working set performance test
  7. Author:
  8. Mario Goertzel (mariogo) 29-Mar-1994
  9. Revision History:
  10. --*/
  11. [
  12. uuid(b55d3725-2d7b-101b-9d36-00000b65c48d),
  13. version(1.0)
  14. ]
  15. interface rpcws
  16. {
  17. void Call([in] handle_t b);
  18. void Flush([in] handle_t b);
  19. void Shutdown([in] handle_t b);
  20. }