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.

22 lines
621 B

  1. //+---------------------------------------------------------------------------
  2. //
  3. // File: network.hxx
  4. //
  5. // Contents: Network-related helper routines.
  6. //
  7. // Classes: None.
  8. //
  9. // History: 08-Jul-96 MarkBl Created
  10. //
  11. //----------------------------------------------------------------------------
  12. #ifndef _NETWORK_HXX_
  13. #define _NETWORK_HXX_
  14. HRESULT GetServerNameFromPath(
  15. LPCWSTR pwszPath,
  16. DWORD cbBufferSize,
  17. WCHAR wszBuffer[],
  18. WCHAR ** ppwszServerName);
  19. #endif // _NETWORK_HXX_