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.

25 lines
330 B

  1. /*++
  2. Copyright (c) 1996 Microsoft Corporation
  3. Module Name:
  4. NwAtch95.h
  5. Abstract:
  6. Headers for NwAtch95
  7. Author:
  8. Felix Wong [t-felixw] 23-Sept-1996
  9. --*/
  10. NWCCODE
  11. NWAttachToFileServerWin95(
  12. LPCSTR pszServerName,
  13. WORD ScopeFlag,
  14. NW_CONN_HANDLE *phNewConn
  15. );