IRdNtClientInfoDisp Interface Reference
Inherits IDispatch.
List of all members.
Detailed Description
Client info data object is used to store and transfer information about client between client and server.
Use this interface to work with scripts.
Member Function Documentation
| HRESULT IRdNtClientInfoDisp::Clear |
( |
void |
|
) |
|
Method clear client's info.
var cInfo = System.CreateDO('Network Package/Net Client Info Data');
cInfo.Clear();
Property Documentation
RtCSNID * IRdNtClientInfoDisp::Id [get] |
Use this property to read client's session ID.
- Returns:
- pcsnidClient [out, retval] Returns client's session ID.
RtCSNID IRdNtClientInfoDisp::Id [set] |
Use this property to set client's session ID.
- Parameters:
-
| csnidClient | [in] Client's session ID. |
cInfo.Id = sessionIDhere;
BSTR * IRdNtClientInfoDisp::Name [get] |
Use this property to read client's Name in this session.
- Returns:
- pbstrName [out, retval] Returns client's Name in this session.
BSTR IRdNtClientInfoDisp::Name [set] |
Use this property to set client's Name.
- Parameters:
-
| bstrName | [in] Client's Name. |
RtQWORD * IRdNtClientInfoDisp::SrvTimeLogIn [get] |
Use this property to get time when client logged in on server.
- Returns:
- pqwSrvTime [out, retval] Returns client's login time on server.
var srvLoginTime = cInfo.SrvTimeLogIn;
RtQWORD IRdNtClientInfoDisp::SrvTimeLogIn [set] |
Use this property to set server's login time for this client and session.
- Parameters:
-
| qwSrvTime | [in] Client's login time on server. |
cInfo.SrvTimeLogIn = srvLoginTime;
RtQWORD * IRdNtClientInfoDisp::LocTimeLogIn [get] |
Use this property to get local client's login time.
- Returns:
- pqwLocTime [out, retval] Client's local login time.
var locLoginTime = cInfo.LocTimeLogIn;
RtQWORD IRdNtClientInfoDisp::LocTimeLogIn [set] |
Use this property to set local client's login time.
- Parameters:
-
| qwLocTime | [in] Client's local login time. |
cInfo.LocTimeLogIn = locLoginTime;
Use this property to read client's status.
- Returns:
- pciStat [out, retval] Returns client's status. See RdNtClientInfo::ReNtCIStatus for possible values.
var cStatus = cInfo.Status;
Use this property to set client's status.
- Parameters:
-
BSTR * IRdNtClientInfoDisp::Privileges [get] |
Use this property to read client's privileges.
- Returns:
- pbstrPrivileges [out, retval] Returns client's privileges.
var cPriv = cInfo.Privileges;
BSTR IRdNtClientInfoDisp::Privileges [set] |
Use this property to set client's privileges.
- Parameters:
-
| bstrPrivileges | [in] Client's privileges. |
cInfo.Privileges = cPriv;
BSTR * IRdNtClientInfoDisp::URL [get] |
Use this property to read client's URL.
- Returns:
- pbstrURL [out, retval] Returns client's URL.
BSTR IRdNtClientInfoDisp::URL [set] |
Use this property to set client's URL.
- Parameters:
-
| bstrURL | [in] Client's URL. |
RtDWORD * IRdNtClientInfoDisp::Flags [get] |
Use this property to read client's flags.
- Returns:
- pdwFlags [out, retval] Return client's flags. See RdNtClientInfo::ReNtCIFlags for possible values.
var cFlags = cInfo.Flags;
RtDWORD IRdNtClientInfoDisp::Flags [set] |
Use this property to set client's flags.
- Parameters:
-