ST_PARAMETER_DATA - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-minitape-st_parameter_data)

Description

The ST_PARAMETER_DATA structure contains the parameter list for the set timestamp command.

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.

See also

RT_PARAMETER_DATA


Windows Driver Kit DDI reference (ns-scsi-st_parameter_data)

Description

The ST_PARAMETER_DATA structure contains the parameter list for the set timestamp command.

Members

Reserved1

Reserved for future use.

Timestamp

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

Reserved for future use.

See also

RT_PARAMETER_DATA


Windows Driver Kit DDI reference (ns-storport-st_parameter_data)

ST_PARAMETER_DATA structure (storport.h)

Description

The ST_PARAMETER_DATA structure contains the parameter list for the set timestamp command.

Members

Reserved1

Reserved for future use.

Timestamp

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

Reserved for future use.

See also

RT_PARAMETER_DATA