Leaked source code of windows server 2003
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.

25 lines
725 B

  1. //
  2. // MODULE: Properties.cpp
  3. //
  4. // PURPOSE: State variables that are changed here are not
  5. // reset when TSLReInit is used.
  6. //
  7. // PROJECT: Local Troubleshooter Launcher for the Device Manager
  8. //
  9. // COMPANY: Saltmine Creative, Inc. (206)-633-4743 [email protected]
  10. //
  11. // AUTHOR: Richard Meadows
  12. //
  13. // ORIGINAL DATE: 2-26-98
  14. //
  15. //
  16. // Version Date By Comments
  17. //--------------------------------------------------------------------
  18. // V0.1 - RM Original
  19. ///////////////////////
  20. DWORD MachineID(ITShootATL *pITShootATL, _bstr_t &bstrMachineID);
  21. DWORD DeviceInstanceID(ITShootATL *pITShootATL, _bstr_t &bstrDeviceInstanceID);
  22. DWORD PreferOnline(ITShootATL *pITShootATL, BOOL bPreferOnline);