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.

18 lines
425 B

  1. /****************************************************************************/
  2. // tssduuid.c
  3. //
  4. // Terminal Server Session Directory (ITSSessionDirectory) UUID
  5. // instantiations.
  6. //
  7. // Copyright (C) 2000 Microsoft Corporation
  8. /****************************************************************************/
  9. #include <windows.h>
  10. #define INITGUID
  11. #include <ole2.h>
  12. #include <objbase.h>
  13. #include <comdef.h>
  14. #include "itssd.h"