windows-nt/Source/XPSP1/NT/net/config/upgrade/netupgrd/wconflct.h

26 lines
601 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
// ----------------------------------------------------------------------
//
// 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);