Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created January 9, 2023 01:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save parzibyte/ce909dd74b7a2973d06cd8398f0fc614 to your computer and use it in GitHub Desktop.
Save parzibyte/ce909dd74b7a2973d06cd8398f0fc614 to your computer and use it in GitHub Desktop.
SafeFileHandle fh = CreateFile(ubicacionCompletaImpresora, FileAccess.Write, 0, IntPtr.Zero, FileMode.OpenOrCreate, 0, IntPtr.Zero);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment