MEDIA_INFO_DEF

Returns information on the media manager object.

Service:Server Environment
Defined In:nwfse.h

Structure

  typedef struct 
  { 
     nuint8    label [64]; 
     nuint32   identificationType ; 
     nuint32   identificationTimeStamp ; 
  } MEDIA_INFO_DEF; 
  

Delphi Structure

  uses calwin32 
   
   MEDIA_INFO_DEF = packed Record 
      mediaLabel : Array[0..63] Of nuint8;  
      identificationType : nuint32;  
      identificationTimeStamp : nuint32; 
    End; 
  

Fields

label
Specifies the name of the object.
identificationType
Specifies the Novell assigned number for the object.
identificationTimeStamp
Specifies the DOS timestamp of the object.