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.
25 lines
330 B
25 lines
330 B
/*++
|
|
|
|
Copyright (c) 1996 Microsoft Corporation
|
|
|
|
Module Name:
|
|
|
|
NwAtch95.h
|
|
|
|
Abstract:
|
|
|
|
Headers for NwAtch95
|
|
|
|
Author:
|
|
|
|
Felix Wong [t-felixw] 23-Sept-1996
|
|
|
|
--*/
|
|
|
|
NWCCODE
|
|
NWAttachToFileServerWin95(
|
|
LPCSTR pszServerName,
|
|
WORD ScopeFlag,
|
|
NW_CONN_HANDLE *phNewConn
|
|
);
|
|
|