mirror of https://github.com/tongzx/nt5src
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
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);
|