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.
34 lines
364 B
34 lines
364 B
/*++
|
|
|
|
Copyright (c) 1996 Microsoft Corporation
|
|
|
|
Module Name:
|
|
|
|
hwdlg.c
|
|
|
|
Abstract:
|
|
|
|
Details dialog for HWCOMP
|
|
|
|
Author:
|
|
|
|
Jim Schmidt (jimschm) 26-Nov-1996
|
|
|
|
Revision History:
|
|
|
|
--*/
|
|
|
|
#include "pch.h"
|
|
#pragma hdrstop
|
|
|
|
// column sort function
|
|
int
|
|
CALLBACK
|
|
HwComp_ListViewCompareFunc (
|
|
LPARAM lParam1,
|
|
LPARAM lParam2,
|
|
LPARAM lParamSort
|
|
);
|
|
|
|
|
|
|