NWFSE_MEDIA_MGR_OBJ_INFO

Returns information about media manager objects. Used by NWGetMediaMgrObjInfo.

Service:Server Environment
Defined In:nwfse.h

Structure

  typedef struct 
  { 
     SERVER_AND_VCONSOLE_INFO   serverTimeAndVConsoleInfo ; 
     nuint16                    reserved ; 
     FSE_MM_OBJ_INFO            fseMMObjInfo ; 
  } NWFSE_MEDIA_MGR_OBJ_INFO; 
  

Delphi Structure

  uses calwin32 
   
   NWFSE_MEDIA_MGR_OBJ_INFO = packed Record 
      serverTimeAndVConsoleInfo : SERVER_AND_VCONSOLE_INFO;  
      reserved : nuint16;
      padding  : nuint16;  
      fseMMObjInfo : FSE_MM_OBJ_INFO; 
    End;
  

Fields

serverTimeAndVconsoleInfo
Specifies the SERVER_AND_VCONSOLE_INFO structure containing the time since the server was brought up. This time is returned in ticks (approximately 1/8 of a second). When this parameter reaches 0xFFFFFFFF, it wraps to zero.
reserved
Is reserved for future use.
fseMMObjInfo
Pointer to FSE_MM_OBJ_INFO.