IPortClsVersion 接口 (portcls.h)
IPortClsVersion
微型端口驱动程序使用 接口来标识运行该驱动程序的 Windows 操作系统版本。 端口驱动程序实现此接口并将其公开给微型端口驱动程序。
若要确定端口驱动程序是否支持 接口IPortClsVersion
,微型端口驱动程序使用 REFIID IID_IPortClsVersion调用端口对象的 QueryInterface 方法。 以下端口类型支持 IPortClsVersion
:
继承
IPortClsVersion 接口继承自 IUnknown 接口。
方法
IPortClsVersion 接口具有以下方法。
IPortClsVersion::GetVersion GetVersion 方法返回运行驱动程序的 Windows 操作系统版本。 |
要求
要求 | 值 |
---|---|
目标平台 | Windows |
标头 | portcls.h |