windows-nt/Source/XPSP1/NT/net/config/upgrade/netupgrd/wconflct.h
2020-09-26 16:20:57 +08:00

26 lines
601 B
C

// ----------------------------------------------------------------------
//
// Microsoft Windows NT
// Copyright (C) Microsoft Corporation, 1997.
//
// File: W C O N F L C T . H
//
// Contents: Wizard page for upgrade conflicts
//
// Notes:
//
// Author: kumarp 22-December-97
//
// ----------------------------------------------------------------------
#pragma once
PROPSHEETPAGE GetUpgradeConflictPage();
HPROPSHEETPAGE GetUpgradeConflictHPage();
void AddListBoxItem(IN HWND hwndListBox, IN PCWSTR pszItem);
void AddListBoxItems(IN HWND hwndListBox, IN TStringList* pslItems);