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.
25 lines
601 B
25 lines
601 B
// ----------------------------------------------------------------------
|
|
//
|
|
// 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);
|
|
|
|
|