19 lines
508 B
C
19 lines
508 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
|