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
cstrings.c
Package: shell.rar [view]
Upload User: xhy777
Upload Date: 2007-02-14
Package Size: 24088k
Code Size: 2k
Category:
Windows Kernel
Development Platform:
Visual C++
- //----------------------------------------------------------------------------
- // Const strings needed by lots of people.
- //----------------------------------------------------------------------------
- #include "shellprv.h"
- #pragma hdrstop
- //
- // BUGBUG: We should move all strings right next to the code that uses it.
- //
- const TCHAR c_szShell32Dll[] = TEXT("shell32.dll");
- const TCHAR c_szShell16Dll[] = TEXT("shell.dll");
- const TCHAR c_szNULL[] = TEXT("");
- const TCHAR c_szSpace[] = TEXT(" ");
- const TCHAR c_szStar[] = TEXT("*");
- const TCHAR c_szStarDotStar[] = TEXT("*.*");
- const TCHAR c_szFolderClass[] = TEXT("Folder");
- const TCHAR c_szStubWindowClass[] = TEXT("StubWindow32");
- const TCHAR c_szExplore[] = TEXT("Explore");
- const TCHAR c_szExplorer[] = TEXT("Explorer");
- const TCHAR c_szBaseClass[] = TEXT("*");
- const TCHAR c_szEllipses[] = TEXT("...");
- const TCHAR c_szPATH[] = TEXT("PATH");
- const TCHAR c_szDotExe[] = TEXT(".exe");
- const TCHAR c_szPropSheet[] = STRREG_SHEX_PROPSHEET;
- const TCHAR c_szOpen[] = TEXT("open");
- const TCHAR c_szEdit[] = TEXT("edit");
- const TCHAR c_szFind[] = TEXT("find");
- const TCHAR c_szPrint[] = TEXT("print");
- const TCHAR c_szPrintTo[] = TEXT("printto");
- const TCHAR c_szOpenAs[] = TEXT("openas");
- const TCHAR c_szDesktopIni[] = STR_DESKTOPINI; // "desktop.ini"
- const TCHAR c_szCLSID[] = TEXT("CLSID");
- const TCHAR c_szShell[] = STRREG_SHELL; // "shell"
- const TCHAR c_szProgramManager[] = TEXT("Program Manager");
- const TCHAR c_szDesktop[] = TEXT("Desktop");
- // strings for filetypes
- const TCHAR c_szCommand[] = TEXT("command");
- const TCHAR c_szDefaultIcon[] = TEXT("DefaultIcon");
- const TCHAR c_szShellOpenCommand[] = TEXT("shell\open\command");