ReactOS Fundraising Campaign 2012
 
€ 4,410 / € 30,000

Information | Donate

Home | Info | Community | Development | myReactOS | Contact Us

  1. Home
  2. Community
  3. Development
  4. myReactOS
  5. Fundraiser 2012

  1. Main Page
  2. Alphabetical List
  3. Data Structures
  4. Directories
  5. File List
  6. Data Fields
  7. Globals
  8. Related Pages

ReactOS Development > Doxygen

moniker.c File Reference
#include "config.h"
#include <stdarg.h>
#include <stdio.h>
#include "windef.h"
#include "winbase.h"
#include "winuser.h"
#include "ole2.h"
#include "wine/itss.h"
#include "wine/unicode.h"
#include "wine/debug.h"
#include "itsstor.h"

Go to the source code of this file.

Data Structures

struct  ITS_IMonikerImpl
struct  ITS_IParseDisplayNameImpl

Defines

#define COBJMACROS

Functions

 WINE_DEFAULT_DEBUG_CHANNEL (itss)
static ITS_IMonikerImplimpl_from_IMoniker (IMoniker *iface)
static HRESULT WINAPI ITS_IMonikerImpl_QueryInterface (IMoniker *iface, REFIID riid, void **ppvObject)
static ULONG WINAPI ITS_IMonikerImpl_AddRef (IMoniker *iface)
static ULONG WINAPI ITS_IMonikerImpl_Release (IMoniker *iface)
static HRESULT WINAPI ITS_IMonikerImpl_GetClassID (IMoniker *iface, CLSID *pClassID)
static HRESULT WINAPI ITS_IMonikerImpl_IsDirty (IMoniker *iface)
static HRESULT WINAPI ITS_IMonikerImpl_Load (IMoniker *iface, IStream *pStm)
static HRESULT WINAPI ITS_IMonikerImpl_Save (IMoniker *iface, IStream *pStm, BOOL fClearDirty)
static HRESULT WINAPI ITS_IMonikerImpl_GetSizeMax (IMoniker *iface, ULARGE_INTEGER *pcbSize)
static HRESULT WINAPI ITS_IMonikerImpl_BindToObject (IMoniker *iface, IBindCtx *pbc, IMoniker *pmkToLeft, REFIID riidResult, void **ppvResult)
static HRESULT WINAPI ITS_IMonikerImpl_BindToStorage (IMoniker *iface, IBindCtx *pbc, IMoniker *pmkToLeft, REFIID riid, void **ppvObj)
static HRESULT WINAPI ITS_IMonikerImpl_Reduce (IMoniker *iface, IBindCtx *pbc, DWORD dwReduceHowFar, IMoniker **ppmkToLeft, IMoniker **ppmkReduced)
static HRESULT WINAPI ITS_IMonikerImpl_ComposeWith (IMoniker *iface, IMoniker *pmkRight, BOOL fOnlyIfNotGeneric, IMoniker **ppmkComposite)
static HRESULT WINAPI ITS_IMonikerImpl_Enum (IMoniker *iface, BOOL fForward, IEnumMoniker **ppenumMoniker)
static HRESULT WINAPI ITS_IMonikerImpl_IsEqual (IMoniker *iface, IMoniker *pmkOtherMoniker)
static HRESULT WINAPI ITS_IMonikerImpl_Hash (IMoniker *iface, DWORD *pdwHash)
static HRESULT WINAPI ITS_IMonikerImpl_IsRunning (IMoniker *iface, IBindCtx *pbc, IMoniker *pmkToLeft, IMoniker *pmkNewlyRunning)
static HRESULT WINAPI ITS_IMonikerImpl_GetTimeOfLastChange (IMoniker *iface, IBindCtx *pbc, IMoniker *pmkToLeft, FILETIME *pFileTime)
static HRESULT WINAPI ITS_IMonikerImpl_Inverse (IMoniker *iface, IMoniker **ppmk)
static HRESULT WINAPI ITS_IMonikerImpl_CommonPrefixWith (IMoniker *iface, IMoniker *pmkOther, IMoniker **ppmkPrefix)
static HRESULT WINAPI ITS_IMonikerImpl_RelativePathTo (IMoniker *iface, IMoniker *pmkOther, IMoniker **ppmkRelPath)
static HRESULT WINAPI ITS_IMonikerImpl_GetDisplayName (IMoniker *iface, IBindCtx *pbc, IMoniker *pmkToLeft, LPOLESTR *ppszDisplayName)
static HRESULT WINAPI ITS_IMonikerImpl_ParseDisplayName (IMoniker *iface, IBindCtx *pbc, IMoniker *pmkToLeft, LPOLESTR pszDisplayName, ULONG *pchEaten, IMoniker **ppmkOut)
static HRESULT WINAPI ITS_IMonikerImpl_IsSystemMoniker (IMoniker *iface, DWORD *pdwMksys)
static HRESULT ITS_IMoniker_create (IMoniker **ppObj, LPCWSTR name, DWORD n)
static ITS_IParseDisplayNameImplimpl_from_IParseDisplayName (IParseDisplayName *iface)
static HRESULT WINAPI ITS_IParseDisplayNameImpl_QueryInterface (IParseDisplayName *iface, REFIID riid, void **ppvObject)
static ULONG WINAPI ITS_IParseDisplayNameImpl_AddRef (IParseDisplayName *iface)
static ULONG WINAPI ITS_IParseDisplayNameImpl_Release (IParseDisplayName *iface)
static HRESULT WINAPI ITS_IParseDisplayNameImpl_ParseDisplayName (IParseDisplayName *iface, IBindCtx *pbc, LPOLESTR pszDisplayName, ULONG *pchEaten, IMoniker **ppmkOut)
HRESULT ITS_IParseDisplayName_create (IUnknown *pUnkOuter, LPVOID *ppObj)

Variables

static const IMonikerVtbl ITS_IMonikerImpl_Vtbl
static const IParseDisplayNameVtbl ITS_IParseDisplayNameImpl_Vtbl

Generated on Sun May 27 2012 05:10:35 for ReactOS by doxygen 1.7.6.1

ReactOS is a registered trademark or a trademark of ReactOS Foundation in the United States and other countries.