mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-09 00:08:12 +02:00
*szAdapterName:GUID; -> szAdapterName:PTCHAR; in conmgr.LPCONNMGR_CONNECTION_DETAILED_STATUS, resolves #20440
git-svn-id: trunk@19439 -
This commit is contained in:
parent
ad5ad8ed4f
commit
1977b90195
@ -209,7 +209,7 @@ type
|
||||
guidSourceNet:GUID; // @field GUID of source network.
|
||||
|
||||
szDescription:PTCHAR; // @field Name of connection, 0-terminated string or NULL if N/A.
|
||||
szAdapterName:GUID; // @field Name of adapter, 0-terminated or NULL if N/A.
|
||||
szAdapterName:PTCHAR; // @field Name of adapter, 0-terminated or NULL if N/A.
|
||||
|
||||
dwConnectionStatus:DWORD; // @field One of CONNMGR_STATUS_*.
|
||||
LastConnectTime:SYSTEMTIME; // @field Time connection was last established.
|
||||
|
Loading…
Reference in New Issue
Block a user