windows-nt/Source/XPSP1/NT/net/diagnostics/netdiag/nbtutil.h

20 lines
419 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
//+-------------------------------------------------------------------------
//
// 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