mirror of https://github.com/lianthony/NT4.0
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.
21 lines
546 B
21 lines
546 B
/**********************************************************************/
|
|
/** Microsoft Windows NT **/
|
|
/** Copyright(c) Microsoft Corp., 1992 **/
|
|
/**********************************************************************/
|
|
|
|
/*
|
|
netbios.hxx
|
|
NETBIOS configuration dialog header file
|
|
|
|
FILE HISTORY:
|
|
terryk 04-Nov-1992 Created
|
|
|
|
*/
|
|
|
|
#ifndef __NETBIOS_HXX__
|
|
#define __NETBIOS_HXX__
|
|
|
|
BOOL RaiseNetBiosDialog( HWND hwndParent );
|
|
APIERR SetupLanaMap( );
|
|
|
|
#endif
|