IKsClockPropertySet::KsGetCorrelatedPhysicalTime 方法 (ksproxy.h)
KsGetCorrelatedPhysicalTime 方法从基础时钟检索物理时间和相关的系统时间。
语法
HRESULT KsGetCorrelatedPhysicalTime(
[out] KSCORRELATED_TIME *CorrelatedTime
);
参数
[out] CorrelatedTime
指向一个变量的指针,该变量接收包含物理时钟时间和相关系统时间的 KSCORRELATED_TIME 结构。
返回值
如果成功,则返回 NOERROR;否则,将返回错误代码。
注解
代理使用 KSPROPERTY_CLOCK_CORRELATEDPHYSICALTIME 属性检索相关时间。
要求
要求 | 值 |
---|---|
目标平台 | 桌面 |
标头 | ksproxy.h (包括 Ksproxy.h) |