NVDA Helper
In-process and lite high-speed utilities for NVDA
IA2Support.h File Reference
#include <map>
#include "COMProxyRegistration.h"

Go to the source code of this file.

Classes

struct  IA2InstallData
 

Functions

bool installIA2Support ()
 
bool uninstallIA2Support ()
 
std::pair< std::map< DWORD, IA2InstallData >::iterator, bool > installIA2SupportForThread (DWORD threadID)
 
bool uninstallIA2SupportForThread (DWORD threadID)
 
void IA2Support_inProcess_initialize ()
 
void IA2Support_inProcess_terminate ()
 

Function Documentation

◆ installIA2Support()

bool installIA2Support ( )

◆ uninstallIA2Support()

bool uninstallIA2Support ( )

◆ installIA2SupportForThread()

std::pair< std::map< DWORD, IA2InstallData >::iterator, bool > installIA2SupportForThread ( DWORD threadID)

◆ uninstallIA2SupportForThread()

bool uninstallIA2SupportForThread ( DWORD threadID)

◆ IA2Support_inProcess_initialize()

◆ IA2Support_inProcess_terminate()