- 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
GENCTRS.MC
Package: MSDN_VC98.zip [view]
Upload User: bangxh
Upload Date: 2007-01-31
Package Size: 42235k
Code Size: 2k
Category:
Windows Develop
Development Platform:
Visual C++
- ;/*++ BUILD Version: 0001 // Increment this if a change has global effects
- ;
- ;Copyright (c) 1995-1997 Microsoft Corporation
- ;
- ;Module Name:
- ;
- ; genctrs.h
- ; (derived from genctrs.mc by the message compiler )
- ;
- ;Abstract:
- ;
- ; Event message definititions used by routines in PerfGen.DLL
- ;
- ;Created:
- ;
- ; Bob Watson 28-Jul-1995
- ;
- ;Revision History:
- ;
- ;--*/
- ;//
- ;#ifndef _PERFGEN_H_
- ;#define _PERFGEN_H_
- ;//
- MessageIdTypedef=DWORD
- ;//
- ;// Perfutil messages
- ;//
- MessageId=1900
- Severity=Informational
- Facility=Application
- SymbolicName=UTIL_LOG_OPEN
- Language=English
- An extensible counter has opened the Event Log for PerfGen.DLL
- .
- ;//
- MessageId=1999
- Severity=Informational
- Facility=Application
- SymbolicName=UTIL_CLOSING_LOG
- Language=English
- An extensible counter has closed the Event Log for PerfGen.DLL
- .
- ;//
- MessageId=2000
- Severity=Error
- Facility=Application
- SymbolicName=GENPERF_UNABLE_OPEN_DRIVER_KEY
- Language=English
- Unable open "Performance" key of PerfGen driver in registy. Status code is returned in data.
- .
- ;//
- MessageId=+1
- Severity=Error
- Facility=Application
- SymbolicName=GENPERF_UNABLE_READ_FIRST_COUNTER
- Language=English
- Unable to read the "First Counter" value under the PerfGenPerformance Key. Status codes retuened in data.
- .
- ;//
- MessageId=+1
- Severity=Error
- Facility=Application
- SymbolicName=GENPERF_UNABLE_READ_FIRST_HELP
- Language=English
- Unable to read the "First Help" value under the PerfGenPerformance Key. Status codes retuened in data.
- .
- ;//
- ;#endif // _PERFGEN_H_