Skip to content

Instantly share code, notes, and snippets.

View graphnode's full-sized avatar
🐱
(^・ω・^ )

Diogo Gomes graphnode

🐱
(^・ω・^ )
  • Portugal
  • 10:47 (UTC +01:00)
View GitHub Profile
@graphnode
graphnode / Program.cs
Created March 17, 2016 15:54
DllImport fail on native compilation.
using System;
using System.Runtime.InteropServices;
namespace ConsoleApplication
{
[StructLayout(LayoutKind.Sequential)]
public class OpenFileName
{
public int structSize;
public IntPtr dlgOwner = IntPtr.Zero;