void
FNC_DbsInfo_EON( dbs_info_eon_t *data )
- data
typedef struct dbs_info_eon_t { Unicode_Text UserAccount[FNC_MAXNAMELEN_EON]; Unicode_Text UserName[FNC_MAXNAMELEN_EON]; int UserId; short StatementNo; short Host; int SessionNo; int RequestNo; } dbs_info_eon_t;
Syntax Elements
- UserId
- Specifies the user ID.
- StatementNo
- Specifies the current statement number for the request.
- Host
- Specifies the host ID.
- SessionNo
- Specifies the session number.
- RequestNo
- Specifies the current client request number.