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
olevalid.h
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++
- /*
- * olevalid.h - OLE validation functions description.
- */
- #ifdef __cplusplus
- extern "C" { /* Assume C declarations for C++. */
- #endif /* __cplusplus */
- /* Macros
- *********/
- /* method validation macro */
- #define IS_VALID_METHOD(piface, mthd)
- IS_VALID_CODE_PTR((piface)->lpVtbl->mthd, mthd)
- /* Prototypes
- *************/
- /* olevalid.c */
- #ifdef DEBUG
- extern BOOL IsValidPCGUID(PCGUID);
- extern BOOL IsValidPCCLSID(PCCLSID);
- extern BOOL IsValidPCIID(PCIID);
- extern BOOL IsValidPCDVTARGETDEVICE(PCDVTARGETDEVICE);
- extern BOOL IsValidPCFORMATETC(PCFORMATETC);
- extern BOOL IsValidStgMediumType(DWORD);
- extern BOOL IsValidPCSTGMEDIUM(PCSTGMEDIUM);
- extern BOOL IsValidREFIID(REFIID);
- extern BOOL IsValidREFCLSID(REFCLSID);
- extern BOOL IsValidPCINTERFACE(PCVOID);
- extern BOOL IsValidPCIAdviseSink(PCIAdviseSink);
- extern BOOL IsValidPCIClassFactory(PCIClassFactory);
- extern BOOL IsValidPCIDataObject(PCIDataObject);
- extern BOOL IsValidPCIDropSource(PCIDropSource);
- extern BOOL IsValidPCIDropTarget(PCIDropTarget);
- extern BOOL IsValidPCIEnumFORMATETC(PCIEnumFORMATETC);
- extern BOOL IsValidPCIEnumSTATDATA(PCIEnumSTATDATA);
- extern BOOL IsValidPCIMalloc(PCIMalloc);
- extern BOOL IsValidPCIMoniker(PCIMoniker);
- extern BOOL IsValidPCIPersist(PCIPersist);
- extern BOOL IsValidPCIPersistFile(PCIPersistFile);
- extern BOOL IsValidPCIPersistStorage(PCIPersistStorage);
- extern BOOL IsValidPCIPersistStream(PCIPersistStream);
- extern BOOL IsValidPCIStorage(PCIStorage);
- extern BOOL IsValidPCIStream(PCIStream);
- extern BOOL IsValidPCIUnknown(PCIUnknown);
- #ifdef __INTSHCUT_H__
- extern BOOL IsValidPCIUniformResourceLocator(PCIUniformResourceLocator);
- #endif /* __INTSHCUT_H__ */
- #endif /* DEBUG */
- #ifdef __cplusplus
- } /* End of extern "C" {. */
- #endif /* __cplusplus */