c# Programming Glossary: microsoft.win32.safehandles
c# call Win32 API for long file paths? http://stackoverflow.com/questions/1248816/c-sharp-call-win32-api-for-long-file-paths paths to UNC paths so you can have long file paths using Microsoft.Win32.SafeHandles ... DllImport kernel32.dll SetLastError true CharSet CharSet.Unicode..
Win32 API function to programmatically enable/disable device http://stackoverflow.com/questions/1438371/win32-api-function-to-programmatically-enable-disable-device using System.ComponentModel using Microsoft.Win32.SafeHandles using System.Security using System.Runtime.ConstrainedExecution..
IO exception error when using serialport.open() http://stackoverflow.com/questions/14885288/io-exception-error-when-using-serialport-open System.Runtime.InteropServices using System.Text using Microsoft.Win32.SafeHandles namespace SerialPortTester public class SerialPortFixer IDisposable..
Physical disk size not correct (IoCtlDiskGetDriveGeometry) http://stackoverflow.com/questions/15051660/physical-disk-size-not-correct-ioctldiskgetdrivegeometry use them individually . namespace DiskManagement using Microsoft.Win32.SafeHandles using LPSECURITY_ATTRIBUTES IntPtr using LPOVERLAPPED IntPtr.. more things to mention. namespace DiskManagement using Microsoft.Win32.SafeHandles using LPSECURITY_ATTRIBUTES IntPtr using LPOVERLAPPED IntPtr..
How can I write fast colored output to Console? http://stackoverflow.com/questions/2754518/how-can-i-write-fast-colored-output-to-console using System.IO using System.Runtime.InteropServices using Microsoft.Win32.SafeHandles namespace ConsoleApplication1 class Program DllImport Kernel32.dll..
Opening a named pipe in low integrity level http://stackoverflow.com/questions/3282365/opening-a-named-pipe-in-low-integrity-level using System.Linq using System.Text using Microsoft.Win32.SafeHandles using System.IO.Pipes namespace NamedPipeServer class Program.. connection LowIntegrityPipeFactory.cs using System using Microsoft.Win32.SafeHandles using System.Runtime.InteropServices using System.IO.Pipes using..
How to parse a text file in C# and be io bound? http://stackoverflow.com/questions/7153315/how-to-parse-a-text-file-in-c-sharp-and-be-io-bound using System.Runtime.InteropServices using Microsoft.Win32.SafeHandles using System.ComponentModel namespace IOBound class Program..
|