[ROOT] --> C++Client

struct PESessionInfo

Contains information about the current Microsoft Access session.

Source:
MobileApps\PCRE\CppClient\Include\crw\crpe.h

Variables Index

Password
Specifies the password needed for logging on to the system. Read only.
SessionHandle
The handle to the current MS Access session.
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.
UserID
Specifies the user ID value needed for logging on to the system.


Variables

StructSize

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.

UserID

public char UserID [ PE_SESS_PASSWORD_LEN - 1 ]

Specifies the user ID value needed for logging on to the system.

Password

public char Password [ PE_SESS_PASSWORD_LEN - 1 ]

Specifies the password needed for logging on to the system. Read only.

SessionHandle

public DWORD SessionHandle

The handle to the current MS Access session.


Copyright (c) 2000 Dynalivery Corp.