ReactOS
0.4.15-dev-5640-g0dde428
|
#include <stdarg.h>
#include <stdio.h>
#include <string.h>
#include "windef.h"
#include "winbase.h"
#include "winerror.h"
#include "winreg.h"
#include "objbase.h"
#include "rpcproxy.h"
#include "wine/debug.h"
#include "cpsf.h"
Go to the source code of this file.
Macros | |
#define | COBJMACROS |
Variables | |
static const IPSFactoryBufferVtbl | CStdPSFactory_Vtbl |
Definition at line 83 of file cpsf.c.
|
static |
Definition at line 97 of file cpsf.c.
|
static |
Definition at line 113 of file cpsf.c.
|
static |
Definition at line 68 of file cpsf.c.
Definition at line 90 of file cpsf.c.
|
static |
Definition at line 54 of file cpsf.c.
Referenced by CStdPSFactory_CreateProxy(), CStdPSFactory_CreateStub(), and NdrDllGetClassObject().
Definition at line 42 of file cpsf.c.
Referenced by NdrDllRegisterProxy(), and NdrDllUnregisterProxy().
|
static |
Definition at line 145 of file cpsf.c.
Referenced by NdrDllGetClassObject().
HRESULT WINAPI NdrDllCanUnloadNow | ( | CStdPSFactoryBuffer * | pPSFactoryBuffer | ) |
HRESULT WINAPI NdrDllGetClassObject | ( | REFCLSID | rclsid, |
REFIID | iid, | ||
LPVOID * | ppv, | ||
const ProxyFileInfo ** | pProxyFileList, | ||
const CLSID * | pclsid, | ||
CStdPSFactoryBuffer * | pPSFactoryBuffer | ||
) |
Definition at line 182 of file cpsf.c.
Referenced by local_server_proc(), test_delegated_methods(), and test_NdrDllGetClassObject().
HRESULT WINAPI NdrDllRegisterProxy | ( | HMODULE | hDll, |
const ProxyFileInfo ** | pProxyFileList, | ||
const CLSID * | pclsid | ||
) |
Definition at line 221 of file cpsf.c.
Referenced by test_NdrDllRegisterProxy().
HRESULT WINAPI NdrDllUnregisterProxy | ( | HMODULE | hDll, |
const ProxyFileInfo ** | pProxyFileList, | ||
const CLSID * | pclsid | ||
) |
Definition at line 298 of file cpsf.c.
Referenced by test_NdrDllRegisterProxy().
WINE_DEFAULT_DEBUG_CHANNEL | ( | ole | ) |
|
static |
Definition at line 135 of file cpsf.c.
Referenced by init_psfactory().