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.

23 lines
660 B

  1. #ifndef __WTSDYNA_H__
  2. #define __WTSDYNA_H__
  3. /*---------------------------------------------------------------------------
  4. File: WtsUtil.h
  5. Comments: Functions to use the new WTSAPI functions exposed in
  6. Terminal Server, SP4, to read and write the user configuration properties.
  7. (c) Copyright 1999, Mission Critical Software, Inc., All Rights Reserved
  8. Proprietary and confidential to Mission Critical Software, Inc.
  9. REVISION LOG ENTRY
  10. Revision By: Christy Boles
  11. Revised on 03/08/99 13:22:49
  12. ---------------------------------------------------------------------------
  13. */
  14. #include "dll.hpp"
  15. DWORD
  16. LoadWtsDLL(BOOL bSilent = TRUE);
  17. #endif