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

/*++
* File name:
* misc.h
* Contents:
* Help functions from tclient.c
*
* Copyright (C) 1998-1999 Microsoft Corp.
--*/
VOID _SetClientRegistry(
LPCWSTR lpszServerName,
LPCWSTR lpszShell,
INT xRes, INT yRes,
INT ConnectionFlags
);
VOID _DeleteClientRegistry(PCONNECTINFO pCI);
BOOL _CreateFeedbackThread(VOID);
VOID _DestroyFeedbackThread(VOID);