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

19 lines
526 B
C

/****************************************************************************
*
* File: testnet.h
* Project: DxDiag (DirectX Diagnostic Tool)
* Author: Mike Anderson (manders@microsoft.com)
* Purpose: Test DPlay functionality on this machine
*
* (C) Copyright 1998 Microsoft Corp. All rights reserved.
*
****************************************************************************/
#ifndef TESTNET_H
#define TESTNET_H
VOID TestNetwork(HWND hwndMain, NetInfo* pNetInfo);
#endif // TESTNet_H