*szAdapterName:GUID; -> szAdapterName:PTCHAR; in conmgr.LPCONNMGR_CONNECTION_DETAILED_STATUS, resolves #20440

git-svn-id: trunk@19439 -
This commit is contained in:
florian 2011-10-09 17:33:53 +00:00
parent ad5ad8ed4f
commit 1977b90195

View File

@ -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.