union STORAGE_SPEC_VERSION (winioctl.h)
Version de la spécification de stockage.
Syntaxe
typedef union _STORAGE_SPEC_VERSION {
struct {
union {
struct {
BYTE SubMinor;
BYTE Minor;
} DUMMYSTRUCTNAME;
WORD AsUshort;
} MinorVersion;
WORD MajorVersion;
} DUMMYSTRUCTNAME;
DWORD AsUlong;
} STORAGE_SPEC_VERSION, *PSTORAGE_SPEC_VERSION;
Membres
DUMMYSTRUCTNAME
DUMMYSTRUCTNAME.MinorVersion
DUMMYSTRUCTNAME.MinorVersion.DUMMYSTRUCTNAME
DUMMYSTRUCTNAME.MinorVersion.DUMMYSTRUCTNAME.SubMinor
DUMMYSTRUCTNAME.MinorVersion.DUMMYSTRUCTNAME.Minor
DUMMYSTRUCTNAME.MinorVersion.AsUshort
DUMMYSTRUCTNAME.MajorVersion
AsUlong
Configuration requise
Condition requise | Valeur |
---|---|
Client minimal pris en charge | Windows 10 (applications de bureau uniquement) |
Serveur minimal pris en charge | Windows Server 2016 (applications de bureau uniquement) |
En-tête | winioctl.h (inclure Windows.h) |