objfwd.h

来自「c++编程宝典源码及Quincy99编译器 是《标准C++编程宝典》电子工业出」· C头文件 代码 · 共 52 行

H
52
字号
#ifndef _OBJFWD_H#define _OBJFWD_H#ifdef __cplusplusextern "C" {#endiftypedef interface IMoniker *LPMONIKER;typedef interface IStream *LPSTREAM;typedef interface IMarshal *LPMARSHAL;typedef interface IMalloc *LPMALLOC;typedef interface IMallocSpy *LPMALLOCSPY;typedef interface IMessageFilter *LPMESSAGEFILTER;typedef interface IPersist *LPPERSIST;typedef interface IPersistStream *LPPERSISTSTREAM;typedef interface IRunningObjectTable *LPRUNNINGOBJECTTABLE;typedef interface IBindCtx *LPBINDCTX,*LPBC;typedef interface IAdviseSink *LPADVISESINK;typedef interface IAdviseSink2 *LPADVISESINK2;typedef interface IDataObject *LPDATAOBJECT;typedef interface IDataAdviseHolder *LPDATAADVISEHOLDER;typedef interface IEnumMoniker *LPENUMMONIKER;typedef interface IEnumFORMATETC *LPENUMFORMATETC;typedef interface IEnumSTATDATA *LPENUMSTATDATA;typedef interface IEnumSTATSTG *LPENUMSTATSTG;typedef interface IEnumSTATPROPSTG LPENUMSTATPROPSTG;typedef interface IEnumString *LPENUMSTRING;typedef interface IEnumUnknown *LPENUMUNKNOWN;typedef interface IStorage *LPSTORAGE;typedef interface IPersistStorage *LPPERSISTSTORAGE;typedef interface ILockBytes *LPLOCKBYTES;typedef interface IStdMarshalInfo *LPSTDMARSHALINFO;typedef interface IExternalConnection *LPEXTERNALCONNECTION;typedef interface IRunnableObject *LPRUNNABLEOBJECT;typedef interface IROTData *LPROTDATA;typedef interface IPersistFile *LPPERSISTFILE;typedef interface IRootStorage *LPROOTSTORAGE;typedef interface IRpcChannelBuffer *LPRPCCHANNELBUFFER;typedef interface IRpcProxyBuffer *LPRPCPROXYBUFFER;typedef interface IRpcStubBuffer *LPRPCSTUBBUFFER;typedef interface IPropertyStorage *LPPROPERTYSTORAGE;typedef interface IEnumSTATPROPSETSTG *LPENUMSTATPROPSETSTG;typedef interface IPropertySetStorage *LPPROPERTYSETSTORAGE;typedef interface IClientSecurity *LPCLIENTSECURITY;typedef interface IServerSecurity *LPSERVERSECURITY;typedef interface IClassActivator *LPCLASSACTIVATOR;typedef interface IFillLockBytes *LPFILLLOCKBYTES;typedef interface IProgressNotify *LPPROGRESSNOTIFY;typedef interface ILayoutStorage *LPLAYOUTSTORAGE;#ifdef __cplusplus}#endif#endif

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?