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.
23 lines
595 B
23 lines
595 B
//+---------------------------------------------------------------------------
|
|
//
|
|
// Microsoft Windows
|
|
// Copyright (C) Microsoft Corporation, 1992 - 1994.
|
|
//
|
|
// File: vsrvinfo.hxx
|
|
//
|
|
// Contents: Virtual server address, if this program is running in a
|
|
// virtual server.
|
|
//
|
|
// Functions:
|
|
//
|
|
// History: 9-04-96 srikants Created
|
|
//
|
|
//----------------------------------------------------------------------------
|
|
|
|
#ifndef __VSRVINFO_HXX__
|
|
#define __VSRVINFO_HXX__
|
|
|
|
WCHAR * GetVirtualServerIpAddress( char const * pwcsServerName );
|
|
|
|
#endif // __VSRVINFO_HXX__
|
|
|