NWFSE_LOGIN_TIME

Returns the login time of the object. Used by NWGetServerConnInfo.

Service:Server Environment
Defined In:nwfse.h

Structure

  typedef struct 
  { 
     nuint8    loginTime[7]; 
     nuint32   loginExpirationTime; 
  } NWFSE_LOGIN_TIME;
  

Delphi Syntax

  uses calwin32 
  
    NWFSE_LOGIN_TIME  = packed RECORD
       loginTime : Array[1..7] of nuint8;
       loginExpirationTime : nuint32;
    End;
  

Fields

loginTime
Specifies the time the user logged in.
loginExpirationTime
Specifies the expiration time of the login.