mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 06:52:56 +00:00
* Create a branch for USB experiments.
svn path=/branches/usb-experiments/; revision=72629
This commit is contained in:
parent
28d8ba0d3e
commit
0ee830d7a4
23049 changed files with 0 additions and 1313991 deletions
54
sdk/include/psdk/objfwd.h
Normal file
54
sdk/include/psdk/objfwd.h
Normal file
|
@ -0,0 +1,54 @@
|
|||
#ifndef _OBJFWD_H
|
||||
#define _OBJFWD_H
|
||||
|
||||
#include <basetyps.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
typedef 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
|
Loading…
Add table
Add a link
Reference in a new issue