SILO_INFO 結構 (ehstorapi.h)
SILO_INFO結構包含可識別和描述定址接收器的資訊。
語法
typedef struct _SILO_INFO {
ULONG ulSTID;
UCHAR SpecificationMajor;
UCHAR SpecificationMinor;
UCHAR ImplementationMajor;
UCHAR ImplementationMinor;
UCHAR type;
UCHAR capabilities;
} SILO_INFO;
成員
ulSTID
IEEE 1667 工作組指派之接收器的接收器類型識別碼。
SpecificationMajor
在定址接收器中實作之規格的主要版本。
SpecificationMinor
在接收器中實作的規格次要版本。
ImplementationMajor
在接收器中實作的主要韌體版本。
ImplementationMinor
在接收器中實作的韌體次要版本。
type
定址接收器的類型。
capabilities
定址接收器的功能。
規格需求
最低支援的用戶端 | Windows Vista 搭配 SP2 [僅限傳統型應用程式] |
最低支援的伺服器 | Windows Server 2008 R2 [僅限傳統型應用程式] |
標頭 | ehstorapi.h |