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
rnahelp.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++
- //****************************************************************************
- //
- // Module: RNAUI.DLL
- // File: rnahelp.h
- // Content: This file contains the context-sensitive help header.
- // History:
- // Sun 03-Jul-1994 15:22:54 -by- Viroon Touranachun [viroont]
- //
- // Copyright (c) Microsoft Corporation 1991-1994
- //
- //****************************************************************************
- #ifdef SCRPT_HELP_ENABLED
- // RNA Scripting ID's
- #define IDH_SCRIPT_FILENAME 4302
- #define IDH_SCRIPT_BROWSE 4303
- #define IDH_SCRIPT_EDIT 4304
- #define IDH_SCRIPT_STEPTHROUGH 4305
- #define IDH_SCRIPT_STARTTERMINAL 4306
- #define IDH_SCRIPT_HELP 4307
- #define CREATE_SCRIPT_MAIN 4313
- #endif // SCRPT_HELP_ENABLED
- //****************************************************************************
- // Context-sentive help/control mapping arrays
- //****************************************************************************
- extern DWORD const gaABEntry[];
- extern DWORD const gaABMLEntry[];
- extern DWORD const gaSubEntry[];
- extern DWORD const gaEditSub[];
- extern DWORD const gaSettings[];
- extern DWORD const gaScripter[];
- extern DWORD const gaConfirm[];
- void NEAR PASCAL ContextHelp (DWORD const *aHelp, UINT uMsg, WPARAM wParam,
- LPARAM lParam);
- void NEAR PASCAL WhatNextHelp (HWND hWnd);