Browse Source

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

git-svn-id: trunk@19439 -
florian 14 years ago
parent
commit
1977b90195
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/winceunits/src/connmgr.pp

+ 1 - 1
packages/winceunits/src/connmgr.pp

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