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.

23 lines
531 B

  1. //+-------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. //
  5. // Copyright (C) Microsoft Corporation, 1997 - 1999
  6. //
  7. // File: drt.idl
  8. //
  9. //--------------------------------------------------------------------------
  10. [ uuid (abcdefab-abcd-abcd-abcd-abcdefabcdef),
  11. version(1.0),
  12. pointer_default(unique)
  13. ]
  14. interface drtsrv_01
  15. {
  16. void HelloProc(handle_t nBinding,
  17. [in, string] unsigned char * pszString);
  18. void Shutdown(handle_t nBinding);
  19. }