Skip to content

Instantly share code, notes, and snippets.

View svyatogor's full-sized avatar

Sergey Kuleshov svyatogor

View GitHub Profile
@murphybytes
murphybytes / Program.cs
Created July 25, 2012 03:37
Demonstrates using pinvoke to pass a callback from a .net managed application to a C dll
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Runtime.InteropServices;
namespace MyCSharpApp
{