[ROOT] --> C++Client
Contains information about the current Microsoft Access session.
Password
SessionHandle
StructSize
UserID
public 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.
public char UserID [ PE_SESS_PASSWORD_LEN - 1 ]
Specifies the user ID value needed for logging on to the system.
public char Password [ PE_SESS_PASSWORD_LEN - 1 ]
Specifies the password needed for logging on to the system. Read only.
public DWORD SessionHandle
The handle to the current MS Access session.