Skip to content

Instantly share code, notes, and snippets.

View Dabudabot's full-sized avatar
🙃
Sinking deeper

Daulet Tumbayev Dabudabot

🙃
Sinking deeper
  • Motorola Solutions
  • Nanaimo, BC, Canada
  • LinkedIn in/daulet-t
View GitHub Profile
@Dabudabot
Dabudabot / reparse.cpp
Created November 16, 2020 20:28
Creating reparse point
// -----------------------------------------------------------------------
// Includes
// -----------------------------------------------------------------------
#include <Windows.h>
#include <tchar.h>
#include <stdio.h>
// -----------------------------------------------------------------------