2025-04-27 07:49:33 -04:00

20 lines
438 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