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

git.c File Reference
#include <stdarg.h>
#include "windef.h"
#include "winbase.h"
#include "winuser.h"
#include "objbase.h"
#include "ole2.h"
#include "winerror.h"
#include "compobj_private.h"
#include "wine/list.h"
#include "wine/debug.h"

Go to the source code of this file.

Data Structures

struct  StdGITEntry
struct  StdGlobalInterfaceTableImpl

Defines

#define COBJMACROS
#define NONAMELESSUNION
#define NONAMELESSSTRUCT

Functions

 WINE_DEFAULT_DEBUG_CHANNEL (ole)
static
StdGlobalInterfaceTableImpl
impl_from_IGlobalInterfaceTable (IGlobalInterfaceTable *iface)
static void StdGlobalInterfaceTable_Destroy (void *This)
static StdGITEntryStdGlobalInterfaceTable_FindEntry (StdGlobalInterfaceTableImpl *This, DWORD cookie)
static HRESULT WINAPI StdGlobalInterfaceTable_QueryInterface (IGlobalInterfaceTable *iface, REFIID riid, void **ppvObject)
static ULONG WINAPI StdGlobalInterfaceTable_AddRef (IGlobalInterfaceTable *iface)
static ULONG WINAPI StdGlobalInterfaceTable_Release (IGlobalInterfaceTable *iface)
static HRESULT WINAPI StdGlobalInterfaceTable_RegisterInterfaceInGlobal (IGlobalInterfaceTable *iface, IUnknown *pUnk, REFIID riid, DWORD *pdwCookie)
static HRESULT WINAPI StdGlobalInterfaceTable_RevokeInterfaceFromGlobal (IGlobalInterfaceTable *iface, DWORD dwCookie)
static HRESULT WINAPI StdGlobalInterfaceTable_GetInterfaceFromGlobal (IGlobalInterfaceTable *iface, DWORD dwCookie, REFIID riid, void **ppv)
static HRESULT WINAPI GITCF_QueryInterface (LPCLASSFACTORY iface, REFIID riid, LPVOID *ppv)
static ULONG WINAPI GITCF_AddRef (LPCLASSFACTORY iface)
static ULONG WINAPI GITCF_Release (LPCLASSFACTORY iface)
static HRESULT WINAPI GITCF_CreateInstance (LPCLASSFACTORY iface, LPUNKNOWN pUnk, REFIID riid, LPVOID *ppv)
static HRESULT WINAPI GITCF_LockServer (LPCLASSFACTORY iface, BOOL fLock)
HRESULT StdGlobalInterfaceTable_GetFactory (LPVOID *ppv)
voidStdGlobalInterfaceTable_Construct (void)

Variables

voidStdGlobalInterfaceTableInstance
static CRITICAL_SECTION git_section = { &critsect_debug, -1, 0, 0, 0, 0 }
static CRITICAL_SECTION_DEBUG critsect_debug
static const IClassFactoryVtbl GITClassFactoryVtbl
static const IClassFactoryVtbl * PGITClassFactoryVtbl = &GITClassFactoryVtbl
static const
IGlobalInterfaceTableVtbl 
StdGlobalInterfaceTableImpl_Vtbl

Generated on Fri May 25 2012 05:13:55 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.