windows-nt/Source/XPSP1/NT/termsrv/reskit/smc/tclient/lib/misc.h

20 lines
401 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
/*++
* 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);