level 6
Delphi工作者
楼主
pSessCtrl.QueryInterface(IID_IAudioSessionControl2,pSessCtrl2);
if pSessCtrl2<>nil then
begin
mmo1.Lines.Add('QueryInterface IAudioSessionControl2 = ok ');
end
else
begin
mmo1.Lines.Add('QueryInterface IAudioSessionControl2 = 出错 ');
Exit;
end;
IAudioSessionControl2 接口一直没法创建 有知道的大佬吗
2022年11月12日 11点11分
1
if pSessCtrl2<>nil then
begin
mmo1.Lines.Add('QueryInterface IAudioSessionControl2 = ok ');
end
else
begin
mmo1.Lines.Add('QueryInterface IAudioSessionControl2 = 出错 ');
Exit;
end;
IAudioSessionControl2 接口一直没法创建 有知道的大佬吗