Skip to content

Instantly share code, notes, and snippets.

@giacomof
giacomof / Taker.cpp
Created June 3, 2020 09:14
Redout Shared Memory Taker example
#include <windows.h>
#include <stdio.h>
#include <conio.h>
#include <tchar.h>
#include <math.h>
#pragma comment(lib, "user32.lib")
#define BUF_SIZE 256
TCHAR szName[] = TEXT("Global\\RedoutSimulatorParams");