[DllImport("coredll.dll", SetLastError = true)] public static extern int KernelIoControl( int dwIoControlCode, IntPtr lpInBuf, int nInBufSize, IntPtr lpOutBuf, int nOutBufSize, out int lpBytesReturned );
Microsoft documentation: Link
Last updated 1 year ago