Overview | ||||||||||||||||
Group | ||||||||||||||||
Quick Info
|
CONNECTION_INFO_1
The CONNECTION_INFO_0 structure specifies the identification number of a connection, number of open files, connection time, number of users on the connection, and the type of connection. typedef struct _CONNECTION_INFO_1 {DWORD coni1_id;
DWORD coni1_type;
DWORD coni1_num_opens;
DWORD coni1_num_users;
DWORD coni1_time;
LPTSTR coni1_username;
LPTSTR coni1_netname;
} CONNECTION_INFO_1, *PCONNECTION_INFO_1, *LPCONNECTION_INFO_1; Members coni1_id Connection identification number. coni1_type Indicates the type of connection made from the local device name to the shared resource. This member can be one of the following values:
Value
| Meaning
|
STYPE_DISKTREE
| Print queue
|
STYPE_PRINTQ
| Disk drive
|
STYPE_DEVICE
| Communication device
|
STYPE_IPC
| Interprocess Communication (IPC)
|
- Software for developers
-
Delphi Components
.Net Components
Software for Android Developers - More information resources
-
MegaDetailed.Net
Unix Manual Pages
Delphi Examples - Databases for Amazon shops developers
-
Amazon Categories Database
Browse Nodes Database