NVDA Helper
In-process and lite high-speed utilities for NVDA
backend.cpp File Reference
#include <map>
#include <windows.h>
#include <remote/nvdaHelperRemote.h>
#include <common/log.h>
#include <remote/nvdaControllerInternal.h>
#include <remote/inProcess.h>
#include "storage.h"
#include "backend.h"

Go to the source code of this file.

Macros

#define WIN32_LEAN_AND_MEAN
 

Functions

bool markNodeAsNonreusableIfInAncestor (VBufStorage_controlFieldNode_t *node, VBufStorage_controlFieldNode_t *ancestor)
 

Macro Definition Documentation

◆ WIN32_LEAN_AND_MEAN

#define WIN32_LEAN_AND_MEAN

Function Documentation

◆ markNodeAsNonreusableIfInAncestor()