ST_PARAMETER_DATA structure (storport.h)
The ST_PARAMETER_DATA structure contains the parameter list for the set timestamp command.
Syntax
typedef struct {
UCHAR Reserved1[4];
UCHAR Timestamp[6];
UCHAR Reserved2[2];
} ST_PARAMETER_DATA, *PST_PARAMETER_DATA;
Members
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.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Available in Windows 10, version 1709 and later versions of Windows. |
Header | storport.h (include Minitape.h, Storport.h) |