mirror of https://github.com/tongzx/nt5src
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
508 B
18 lines
508 B
/****************************************************************************
|
|
*
|
|
* File: testnet.h
|
|
* Project: DxDiag (DirectX Diagnostic Tool)
|
|
* Author: Mike Anderson ([email protected])
|
|
* 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
|