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.

34 lines
364 B

  1. /*++
  2. Copyright (c) 1996 Microsoft Corporation
  3. Module Name:
  4. hwdlg.c
  5. Abstract:
  6. Details dialog for HWCOMP
  7. Author:
  8. Jim Schmidt (jimschm) 26-Nov-1996
  9. Revision History:
  10. --*/
  11. #include "pch.h"
  12. #pragma hdrstop
  13. // column sort function
  14. int
  15. CALLBACK
  16. HwComp_ListViewCompareFunc (
  17. LPARAM lParam1,
  18. LPARAM lParam2,
  19. LPARAM lParamSort
  20. );