20 lines
419 B
C
20 lines
419 B
C
|
//+-------------------------------------------------------------------------
|
||
|
//
|
||
|
// Microsoft Windows
|
||
|
//
|
||
|
// Copyright (C) Microsoft Corporation, 1998 - 1999
|
||
|
//
|
||
|
// File: nbtutil.h
|
||
|
//
|
||
|
//--------------------------------------------------------------------------
|
||
|
|
||
|
#ifndef HEADER_NBTUTIL
|
||
|
#define HEADER_NBTUTIL
|
||
|
|
||
|
PNETBT_TRANSPORT FindNetbtTransport(NETDIAG_RESULT *pResults,
|
||
|
LPWSTR TransportName);
|
||
|
|
||
|
|
||
|
#endif
|
||
|
|