You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sdk-api-src/content/winnetwk/nf-winnetwk-wnetgetresourceinformationa.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -61,7 +61,7 @@ When provided with a remote path to a network resource, the
61
61
### -param lpNetResource [in]
62
62
63
63
Pointer to a
64
-
<ahref="/windows/desktop/api/rrascfg/nn-rrascfg-ieapproviderconfig">NETRESOURCE</a> structure that specifies the network resource for which information is required.
64
+
<ahref="/windows/desktop/api/winnetwk/ns-winnetwk-netresourcea">NETRESOURCE</a> structure that specifies the network resource for which information is required.
65
65
66
66
67
67
@@ -72,7 +72,7 @@ The <b>lpRemoteName</b> member of the structure should specify the remote path n
72
72
### -param lpBuffer [out]
73
73
74
74
Pointer to the buffer to receive the result. On successful return, the first portion of the buffer is a
75
-
<ahref="/windows/desktop/api/rrascfg/nn-rrascfg-ieapproviderconfig">NETRESOURCE</a> structure representing that portion of the input resource path that is accessed through the WNet functions, rather than through system functions specific to the input resource type. (The remainder of the buffer contains the variable-length strings to which the members of the
75
+
<ahref="/windows/desktop/api/winnetwk/ns-winnetwk-netresourcea">NETRESOURCE</a> structure representing that portion of the input resource path that is accessed through the WNet functions, rather than through system functions specific to the input resource type. (The remainder of the buffer contains the variable-length strings to which the members of the
76
76
<b>NETRESOURCE</b> structure point.)
77
77
78
78
@@ -101,7 +101,7 @@ If the function returns successfully, this parameter points to a string in the o
101
101
102
102
103
103
For example, if the input remote resource name is \\server\share\dir1\dir2, the <b>lpRemoteName</b> member of the output
104
-
<ahref="/windows/desktop/api/rrascfg/nn-rrascfg-ieapproviderconfig">NETRESOURCE</a> structure points to \\server\share. Also, the <i>lplpSystem</i> parameter points to \dir1\dir2. Both strings are stored in the buffer pointed to by the <i>lpBuffer</i> parameter.
104
+
<ahref="/windows/desktop/api/winnetwk/ns-winnetwk-netresourcea">NETRESOURCE</a> structure points to \\server\share. Also, the <i>lplpSystem</i> parameter points to \dir1\dir2. Both strings are stored in the buffer pointed to by the <i>lpBuffer</i> parameter.
Copy file name to clipboardExpand all lines: sdk-api-src/content/winnetwk/nf-winnetwk-wnetgetresourceinformationw.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -61,7 +61,7 @@ When provided with a remote path to a network resource, the
61
61
### -param lpNetResource [in]
62
62
63
63
Pointer to a
64
-
<ahref="/windows/desktop/api/rrascfg/nn-rrascfg-ieapproviderconfig">NETRESOURCE</a> structure that specifies the network resource for which information is required.
64
+
<ahref="/windows/desktop/api/winnetwk/ns-winnetwk-netresourcew">NETRESOURCE</a> structure that specifies the network resource for which information is required.
65
65
66
66
67
67
@@ -72,7 +72,7 @@ The <b>lpRemoteName</b> member of the structure should specify the remote path n
72
72
### -param lpBuffer [out]
73
73
74
74
Pointer to the buffer to receive the result. On successful return, the first portion of the buffer is a
75
-
<ahref="/windows/desktop/api/rrascfg/nn-rrascfg-ieapproviderconfig">NETRESOURCE</a> structure representing that portion of the input resource path that is accessed through the WNet functions, rather than through system functions specific to the input resource type. (The remainder of the buffer contains the variable-length strings to which the members of the
75
+
<ahref="/windows/desktop/api/winnetwk/ns-winnetwk-netresourcew">NETRESOURCE</a> structure representing that portion of the input resource path that is accessed through the WNet functions, rather than through system functions specific to the input resource type. (The remainder of the buffer contains the variable-length strings to which the members of the
76
76
<b>NETRESOURCE</b> structure point.)
77
77
78
78
@@ -101,7 +101,7 @@ If the function returns successfully, this parameter points to a string in the o
101
101
102
102
103
103
For example, if the input remote resource name is \\server\share\dir1\dir2, the <b>lpRemoteName</b> member of the output
104
-
<ahref="/windows/desktop/api/rrascfg/nn-rrascfg-ieapproviderconfig">NETRESOURCE</a> structure points to \\server\share. Also, the <i>lplpSystem</i> parameter points to \dir1\dir2. Both strings are stored in the buffer pointed to by the <i>lpBuffer</i> parameter.
104
+
<ahref="/windows/desktop/api/winnetwk/ns-winnetwk-netresourcew">NETRESOURCE</a> structure points to \\server\share. Also, the <i>lplpSystem</i> parameter points to \dir1\dir2. Both strings are stored in the buffer pointed to by the <i>lpBuffer</i> parameter.
0 commit comments