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
emutil.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++
- /*****************************************************************************
- emutil.h
- Owner: SMueller
- Copyright (c) 1997 Microsoft Corporation
- Miscellaneous event monitor utilities
- *****************************************************************************/
- #ifndef _EMUTIL_H
- #define _EMUTIL_H
- #include "emrule.h"
- MSOEXTERN_C_BEGIN // ***************** Begin extern "C" ********************
- MSOCDECLAPI_(int) MsoIMatchIrul(IRUL irul, ...);
- MSOAPI_(MSORULTK *) MsoPrultkFromDtk(int dtk, MSORULTKH* ptkh);
- MSOAPI_(int) MsoDtkFromTokenDtki(int dtki, MSORULTKH* ptkh);
- MSOAPI_(int) MsoDtkiFromTokenDtk(int dtk, MSORULTKH* ptkh);
- MSOAPI_(int) MsoFTokenWas(int dtkStart, int irul, MSORULTKH* ptkh);
- MSOAPI_(long) MsoCpLimOfDtk(int dtk, MSORULTKH* ptkh);
- MSOAPI_(int) MsoDtkFindPrevToken(int dtkStart, int irul, MSORULTKH *ptkh);
- // Get cpFirst of token from index to history
- #define MsoCpFirstOfDtk(dtk, ptkh)
- (MsoPrultkFromDtk(dtk, ptkh)->cpFirst)
- #ifdef DEBUG
- #if defined(OFFICE_BUILD) || defined(STANDALONE_WORD)
- #include "msosdm.h"
- MSOAPI_(const char *) MsoSzFromDlmDebug(DLM dlm);
- #endif /* OFFICE_BUILD || STANDALONE_WORD */
- MSOAPI_(const char *) MsoSzRulName(IRUL irul);
- #endif // DEBUG
- MSOEXTERN_C_END // ****************** End extern "C" *********************
- #endif // !_EMUTIL_H