Skip to content

Instantly share code, notes, and snippets.

View apeterson-BFI's full-sized avatar

Anthony Peterson apeterson-BFI

  • Burnette Foods, Inc.
  • Traverse City, MI
View GitHub Profile
@latkin
latkin / NativeMethods.fs
Created February 22, 2016 19:46
F# p/invoke example with structs
namespace Test
open System.Runtime.InteropServices
// F# implementation of http://pinvoke.net/default.aspx/mpr.WNetAddConnection2
module NativeMethods =
type ResourceScope =
| Connected = 0x1u
| GlobalNet = 0x2u