[ROOT] --> C-Client
Contains information about the current Microsoft Access session.
Password
SessionHandle
StructSize
UserID
WORD StructSize
Specifies the size of the PESessionInfo structure. You must initialize this member to be the size of whatever it is, for example location.StructSize = PE_SIZEOF_SESSION_INFO. All strings are null-terminated.
char UserID [ PE_SESS_PASSWORD_LEN - 1 ]
Specifies the user ID value needed for logging on to the system.
char Password [ PE_SESS_PASSWORD_LEN - 1 ]
Specifies the password needed for logging on to the system. Read only.
DWORD SessionHandle
The handle to the current MS Access session.