// minitape.h
typedef struct {
UCHAR Reserved1[4];
UCHAR Timestamp[6];
UCHAR Reserved2[2];
} ST_PARAMETER_DATA, *PST_PARAMETER_DATA;
View the official Windows Driver Kit DDI reference// scsi.h
typedef struct {
UCHAR Reserved1[4];
UCHAR Timestamp[6];
UCHAR Reserved2[2];
} ST_PARAMETER_DATA, *PST_PARAMETER_DATA;
View the official Windows Driver Kit DDI reference// storport.h
typedef struct {
UCHAR Reserved1[4];
UCHAR Timestamp[6];
UCHAR Reserved2[2];
} ST_PARAMETER_DATA, *PST_PARAMETER_DATA;
View the official Windows Driver Kit DDI referenceNo description available.
The ST_PARAMETER_DATA structure contains the parameter list for the set timestamp command.
Reserved1[4]Reserved for future use.
Timestamp[6]Specifies the value to which a device clock shall be initialized. The timestamp should be the number of milliseconds that have elapsed since midnight, 1 January 1970 UT.
Reserved2[2]Reserved for future use.
The ST_PARAMETER_DATA structure contains the parameter list for the set timestamp command.
Reserved1Reserved for future use.
TimestampSpecifies the value to which a device clock shall be initialized. The timestamp should be the number of milliseconds that have elapsed since midnight, 1 January 1970 UT.
Reserved2Reserved for future use.
The ST_PARAMETER_DATA structure contains the parameter list for the set timestamp command.
Reserved1Reserved for future use.
TimestampSpecifies the value to which a device clock shall be initialized. The timestamp should be the number of milliseconds that have elapsed since midnight, 1 January 1970 UT.
Reserved2Reserved for future use.