NVDA Helper
In-process and lite high-speed utilities for NVDA
COMProxyRegistration.cpp File Reference
#include <cstdio>
#include <cwchar>
#include <string>
#include <locale>
#include <vector>
#include <windows.h>
#include <objbase.h>
#include <rpcproxy.h>
#include <common/log.h>
#include "dllmain.h"
#include "COMProxyRegistration.h"

Go to the source code of this file.

Macros

#define WIN32_LEAN_AND_MEAN
 
#define CINTERFACE
 

Typedefs

typedef void(RPC_ENTRY * LPFNGETPROXYDLLINFO) (ProxyFileInfo ***, CLSID **)
 

Functions

COMProxyRegistration_tregisterCOMProxy (const wchar_t *dllPath)
 
bool unregisterCOMProxy (COMProxyRegistration_t *reg)
 

Variables

const wchar_t * StringCLSID_StandardMarshaler =L"{00020424-0000-0000-C000-000000000046}"
 

Macro Definition Documentation

◆ WIN32_LEAN_AND_MEAN

#define WIN32_LEAN_AND_MEAN

◆ CINTERFACE

#define CINTERFACE

Typedef Documentation

◆ LPFNGETPROXYDLLINFO

typedef void(RPC_ENTRY * LPFNGETPROXYDLLINFO) (ProxyFileInfo ***, CLSID **)

Function Documentation

◆ registerCOMProxy()

◆ unregisterCOMProxy()

Variable Documentation

◆ StringCLSID_StandardMarshaler

const wchar_t* StringCLSID_StandardMarshaler =L"{00020424-0000-0000-C000-000000000046}"

Referenced by registerCOMProxy().