Advantage Client Engine
#define ADS_MAX_USER_NAME 50
#define ADS_MAX_ADDRESS_SIZE 30
typedef struct |
|
{ |
|
UNSIGNED8 aucUserName[ADS_MAX_USER_NAME]; |
// Either the computer name or // NetWare connection name of // connected user |
UNSIGNED16 usConnNumber; |
// NetWare connection number // of connected user (ADS // for NetWare only) |
UNSIGNED8 aucAuthUserName[ADS_MAX_USER_NAME]; |
// Name of user that has authenticated // to an Advantage Data Dictionary |
UNSIGNED8 aucAddress[ADS_MAX_ADDRESS_SIZE]; |
// IP or IPX address of // connected user |
UNSIGNED8 aucOSUserLoginName[ADS_MAX_USER_NAME]; |
// OS user login name |
UNSIGNED8 aucTSAddress[ADS_MAX_ADDRESS_SIZE]; |
// IP Address of Terminal Services // client if connection is made from a // Terminal Server. |
UNSIGNED8 aucApplicationID[ADS_MAX_MGMT_APPID_SIZE]; |
// ApplicationID, see sp_SetApplicationID |
} ADS_MGMT_USER_INFO; |
|