Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
C言語(ANSI /標準C)を使用してハードウェアを制御したい。私はインターフェースについて質問していません。コンピューターのリソースをCコードで管理したい。DVDROMドライブを取り出すにはどうすればよいですか。スピーカーからビープ音を鳴らすコード。と同様のもの。良いチュートリアル、または無料の学習資料が必要です。
ハードウェア入出力制御の基本的なエントリポイントはioctl(またはDeviceIoControlWindowsでは、同じWikipediaの記事で説明されています)です。
ioctl
DeviceIoControl