Code/Resource
Windows Develop
Linux-Unix program
Internet-Socket-Network
Web Server
Browser Client
Ftp Server
Ftp Client
Browser Plugins
Proxy Server
Email Server
Email Client
WEB Mail
Firewall-Security
Telnet Server
Telnet Client
ICQ-IM-Chat
Search Engine
Sniffer Package capture
Remote Control
xml-soap-webservice
P2P
WEB(ASP,PHP,...)
TCP/IP Stack
SNMP
Grid Computing
SilverLight
DNS
Cluster Service
Network Security
Communication-Mobile
Game Program
Editor
Multimedia program
Graph program
Compiler program
Compress-Decompress algrithms
Crypt_Decrypt algrithms
Mathimatics-Numerical algorithms
MultiLanguage
Disk/Storage
Java Develop
assembly language
Applications
Other systems
Database system
Embeded-SCM Develop
FlashMX/Flex
source in ebook
Delphi VCL
OS Develop
MiddleWare
MPI
MacOS develop
LabView
ELanguage
Software/Tools
E-Books
Artical/Document
apwizhlp.h
Package: shell.rar [view]
Upload User: xhy777
Upload Date: 2007-02-14
Package Size: 24088k
Code Size: 1k
Category:
Windows Kernel
Development Platform:
Visual C++
- /*******************************************************************************
- *
- * (C) COPYRIGHT MICROSOFT CORP., 1994
- *
- * TITLE: APWIZHLP.H
- *
- * VERSION: 1.0
- *
- * AUTHOR: RAL
- *
- * DATE: 11/8/94
- *
- * Help IDs for Add/Remove Programs.
- * NOTE: These IDs are reserved in the HELP.H file. The IDs refer to entries
- * in the main windows help file.
- *
- *******************************************************************************/
- #ifndef _INC_APWIZHLP
- #define _INC_APWIZHLP
- // Net install page
- #define IDH_APPWIZ_NETINSTALL_INSTRUCT 5600
- #define IDH_APPWIZ_NETINSTALL_LIST 5601
- #define IDH_APPWIZ_NETINTALLL_BUTTON 5602
- // Install/Uninstall Page
- #define IDH_APPWIZ_DISKINSTALL_INSTRUCT 5610
- #define IDH_APPWIZ_DISKINTALLL_BUTTON 5611
- #define IDH_APPWIZ_UNINSTALL_INSTRUCT 5612
- #define IDH_APPWIZ_UNINSTALL_LIST 5613
- #define IDH_APPWIZ_UNINSTALL_BUTTON 5614
- // Windows Setup page
- #define IDH_APPWIZ_WINSETUP_INSTRUCT 5620
- #define IDH_APPWIZ_WINSETUP_LIST 5621
- // Startup Disk page
- #define IDH_APPWIZ_STARTDISK_INSTRUCT 5630
- #define IDH_APPWIZ_STARTDISK_BUTTON 5631
- #endif // _INC_APWIZHLP