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
331 B
19 lines
331 B
/*++
|
|
|
|
Copyright (C) 1999 Microsoft Corporation
|
|
|
|
--*/
|
|
#ifndef _WINSHNDL_H_
|
|
#define _WINSHNDL_H_
|
|
|
|
FN_HANDLE_CMD HandleWinsHelp;
|
|
FN_HANDLE_CMD HandleWinsContexts;
|
|
FN_HANDLE_CMD HandleWinsDump;
|
|
|
|
FN_HANDLE_CMD HandleWinsAddServer;
|
|
|
|
FN_HANDLE_CMD HandleWinsDeleteServer;
|
|
|
|
FN_HANDLE_CMD HandleWinsShowServer;
|
|
|
|
#endif //_WINSHNDL_H_
|