IAudioClock::GetCharacteristics 方法 (audioclient.h)
GetCharacteristics 方法保留供将来使用。
语法
HRESULT GetCharacteristics(
[out] DWORD *pdwCharacteristics
);
参数
[out] pdwCharacteristics
指向 DWORD 变量的指针,方法在其中写入指示音频时钟特征的值。
返回值
如果该方法成功,则它会返回 S_OK。 如果失败,可能的返回代码包括但不限于下表中显示的值。
返回代码 | 说明 |
---|---|
|
参数 pdwCharacteristics 为 NULL。 |
要求
要求 | 值 |
---|---|
最低受支持的客户端 | Windows Vista [桌面应用 | UWP 应用] |
最低受支持的服务器 | Windows Server 2008 [桌面应用 | UWP 应用] |
目标平台 | Windows |
标头 | audioclient.h |