blob: ab1d4f9b36a11e7268a99f751fd7185fa9d574d4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
/*++
Copyright (c) Microsoft Corporation. All rights reserved.
THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY
KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A PARTICULAR
PURPOSE.
Module Name:
toastco.h
Abstract:
Header files and resource IDs used by the Toaster sample co-installer.
--*/
#include <windows.h>
#include <setupapi.h>
#define IDD_SAMPLE_INSTALLAPP 900
#define IDC_CHECK1 1000
#define IDC_CHECK2 1001
#define IDC_CHECK3 1002
#define IDC_STATIC -1
#define IDS_TITLE 1
#define IDS_SUBTITLE 2
#define IDS_MEDIA_PROMPT_TITLE 3
|