Skip to content

Instantly share code, notes, and snippets.

View Xirexel's full-sized avatar

Evgeny Pereguda Xirexel

View GitHub Profile
// adapted code from http://www.codeproject.com/Tips/1116253/Desktop-Screen-Capture-on-Windows-via-Windows-Desk
#define WIN32_LEAN_AND_MEAN
#include <windows.h>
#include <shlobj.h>
#include <shellapi.h>
#include <dxgi1_2.h>
#include <d3d11.h>
#include <memory>