Delphi 学习大师
个人中心
搜索
Delphi 学习大师
文章详情
副标题
delphi 检查声卡是否安装
2018-10-31
delphi 检查声卡是否安装
uses
MMSystem;
function SoundCardAvailable: Boolean;
begin
Result := WaveOutGetNumDevs > 0;
end;
硬件
阅读10
发表评论
登录评论
匿名评论
提交
提交