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.

21 lines
506 B

  1. //+-------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. //
  5. // Copyright (C) Microsoft Corporation, 1998 - 1999
  6. //
  7. // File: machine.h
  8. //
  9. //--------------------------------------------------------------------------
  10. #ifndef HEADER_MACHINE
  11. #define HEADER_MACHINE
  12. HRESULT GetMachineSpecificInfo(IN NETDIAG_PARAMS *pParams,
  13. IN OUT NETDIAG_RESULT *pResults);
  14. void DoSystemPrint(IN NETDIAG_PARAMS *pParams, IN NETDIAG_RESULT *pResults);
  15. #endif