Windows-Server-2003/net/diagnostics/netdiag/nbtutil.h

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