📄 scsicmd.h
字号:
#pragma once
#include <Windows.h>
#include <string>
using namespace std;
bool GetCapacity(wstring const&Device,DWORD&Sectors,DWORD&BytesPerSector);
bool GetGeometry(wstring const&Device,DWORD&Cylinders,DWORD&Heads,DWORD&Sectors,DWORD&SectorSize);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -