Struct StackDepthHelper

Struct Documentation

struct StackDepthHelper

Internal helper for specifying that the real hooked API is about to be entered to ensure we avoid hooking methods coming from within the target API (e.g: the D3D11CreateDeviceAndSwapChain call from within D3D11CreateDevice)

Note

Declaration stored in this file for global access within hooks. Implementation lives within shim.

Public Functions

inline StackDepthHelper(uint32_t &pStackDepthCounter)
inline ~StackDepthHelper()