NWSM_MEDIA_INFO

Syntax

  typedef struct 
  { 
     ECMATIME   timeStamp; 
     ECMATIME   setTimeStamp; 
     BUFFER     label[NWSM_MAX_MEDIA_LABEL_LEN]; 
     UINT32     number; 
  } NWSM_MEDIA_INFO;
  

Fields

timeStamp

Specifies the date and time the media header was written in ECMA date and time standards.

setTimeStamp

Specifies the date and time the media set was created.

label

Specifies the name of the media set (NWSM_MEDIA_LABEL_LEN includes the NULL terminator).

number

Specifies the position of the medium within the media set (beginning with 1).

Remarks

If a media set contains three media, and the back up session started on July 3, 1991 at 11:30 p.m., the time stamp for each medium would indicate the following as each media header is written:

  medium 1   July 3, 1991 11:300 p.m. 
  medium 2   July 4, 1991 12:00 a.m. 
  medium 3   July 4, 1991, 12:30 a.m.
  

SMS DI users should initialize the first timeStamp value to setTimeStamp. SMS DI will automatically update each time stamp value for subsequent media.

setTimeStamp is the same for all media in the media set.