SILO_INFO structure (ehstorapi.h)
The SILO_INFO structure contains information that identifies and describes the silo.
Syntax
typedef struct _SILO_INFO {
ULONG ulSTID;
UCHAR SpecificationMajor;
UCHAR SpecificationMinor;
UCHAR ImplementationMajor;
UCHAR ImplementationMinor;
UCHAR type;
UCHAR capabilities;
} SILO_INFO;
Members
ulSTID
Silo Type Identifier for the silo assigned by IEEE 1667 Working Group.
SpecificationMajor
Major version of the specification implemented in the silo.
SpecificationMinor
Minor version of the specification implemented in the silo.
ImplementationMajor
Major version of the firmware implemented in the silo.
ImplementationMinor
Minor version of the firmware implemented in the silo.
type
Type of the silo.
capabilities
Capabilities of the silo.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista with SP2 [desktop apps only] |
Minimum supported server | Windows Server 2008 R2 [desktop apps only] |
Header | ehstorapi.h |