Skip to content

Commit b5e5200

Browse files
Merge pull request MicrosoftDocs#1397 from WAftring/patch-1
Update nf-winnetwk-wnetgetresourceinformationw.md
2 parents 959de31 + 5047b3c commit b5e5200

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

sdk-api-src/content/winnetwk/nf-winnetwk-wnetgetresourceinformationa.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ When provided with a remote path to a network resource, the
6161
### -param lpNetResource [in]
6262

6363
Pointer to a
64-
<a href="/windows/desktop/api/rrascfg/nn-rrascfg-ieapproviderconfig">NETRESOURCE</a> structure that specifies the network resource for which information is required.
64+
<a href="/windows/desktop/api/winnetwk/ns-winnetwk-netresourcea">NETRESOURCE</a> structure that specifies the network resource for which information is required.
6565

6666

6767

@@ -72,7 +72,7 @@ The <b>lpRemoteName</b> member of the structure should specify the remote path n
7272
### -param lpBuffer [out]
7373

7474
Pointer to the buffer to receive the result. On successful return, the first portion of the buffer is a
75-
<a href="/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+
<a href="/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
7676
<b>NETRESOURCE</b> structure point.)
7777

7878

@@ -101,7 +101,7 @@ If the function returns successfully, this parameter points to a string in the o
101101

102102

103103
For example, if the input remote resource name is \\server\share\dir1\dir2, the <b>lpRemoteName</b> member of the output
104-
<a href="/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+
<a href="/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.
105105

106106
## -returns
107107

sdk-api-src/content/winnetwk/nf-winnetwk-wnetgetresourceinformationw.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ When provided with a remote path to a network resource, the
6161
### -param lpNetResource [in]
6262

6363
Pointer to a
64-
<a href="/windows/desktop/api/rrascfg/nn-rrascfg-ieapproviderconfig">NETRESOURCE</a> structure that specifies the network resource for which information is required.
64+
<a href="/windows/desktop/api/winnetwk/ns-winnetwk-netresourcew">NETRESOURCE</a> structure that specifies the network resource for which information is required.
6565

6666

6767

@@ -72,7 +72,7 @@ The <b>lpRemoteName</b> member of the structure should specify the remote path n
7272
### -param lpBuffer [out]
7373

7474
Pointer to the buffer to receive the result. On successful return, the first portion of the buffer is a
75-
<a href="/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+
<a href="/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
7676
<b>NETRESOURCE</b> structure point.)
7777

7878

@@ -101,7 +101,7 @@ If the function returns successfully, this parameter points to a string in the o
101101

102102

103103
For example, if the input remote resource name is \\server\share\dir1\dir2, the <b>lpRemoteName</b> member of the output
104-
<a href="/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+
<a href="/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.
105105

106106
## -returns
107107

0 commit comments

Comments
 (0)