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.

19 lines
401 B

  1. /*++
  2. * File name:
  3. * misc.h
  4. * Contents:
  5. * Help functions from tclient.c
  6. *
  7. * Copyright (C) 1998-1999 Microsoft Corp.
  8. --*/
  9. VOID _SetClientRegistry(
  10. LPCWSTR lpszServerName,
  11. LPCWSTR lpszShell,
  12. INT xRes, INT yRes,
  13. INT ConnectionFlags
  14. );
  15. VOID _DeleteClientRegistry(PCONNECTINFO pCI);
  16. BOOL _CreateFeedbackThread(VOID);
  17. VOID _DestroyFeedbackThread(VOID);