Guest User

Untitled

a guest
May 11th, 2017
57
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.         [DllImport("kernel32.dll", SetLastError = true, CharSet = CharSet.Unicode)]
  2.         private static extern SafeFileHandle CreateFile(
  3.             string FileName,
  4.             uint DesiredAccess,
  5.             uint ShareMode,
  6.             IntPtr SecurityAttributes,
  7.             uint CreationDisposition,
  8.             uint FlagsAndAttributes,
  9.             IntPtr TemplateFile
  10.         );
RAW Paste Data

Adblocker detected! Please consider disabling it...

We've detected AdBlock Plus or some other adblocking software preventing Pastebin.com from fully loading.

We don't have any obnoxious sound, or popup ads, we actively block these annoying types of ads!

Please add Pastebin.com to your ad blocker whitelist or disable your adblocking software.

×