IKsClockPropertySet::KsSetCorrelatedPhysicalTime 方法 (ksproxy.h)
KsSetCorrelatedPhysicalTime 方法使用基础时钟上的相关系统时间设置物理时间。
语法
HRESULT KsSetCorrelatedPhysicalTime(
[in] KSCORRELATED_TIME *CorrelatedTime
);
参数
[in] CorrelatedTime
指向 KSCORRELATED_TIME 结构的指针,该结构包含物理时钟时间以及要设置基础时钟的相关系统时间。
返回值
如果成功,则返回 NOERROR;否则,将返回错误代码。
注解
代理使用 KSPROPERTY_CLOCK_CORRELATEDPHYSICALTIME 属性来设置相关时间。
要求
要求 | 值 |
---|---|
目标平台 | 桌面 |
标头 | ksproxy.h (包括 Ksproxy.h) |