Source code of Windows XP (NT5)
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

  1. /****************************************************************************
  2. *
  3. * File: testnet.h
  4. * Project: DxDiag (DirectX Diagnostic Tool)
  5. * Author: Mike Anderson (manders@microsoft.com)
  6. * Purpose: Test DPlay functionality on this machine
  7. *
  8. * (C) Copyright 1998 Microsoft Corp. All rights reserved.
  9. *
  10. ****************************************************************************/
  11. #ifndef TESTNET_H
  12. #define TESTNET_H
  13. VOID TestNetwork(HWND hwndMain, NetInfo* pNetInfo);
  14. #endif // TESTNet_H