Skip to content

Commit 67c4a6f

Browse files
authored
Merge pull request MicrosoftDocs#176 from NextTurn/username
Update pcchMaxUserName param of CredUnPackAuthenticationBufferW function
2 parents b7dd568 + f5eb84e commit 67c4a6f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sdk-api-src/content/wincred/nf-wincred-credunpackauthenticationbufferw.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,9 +99,9 @@ A pointer to a null-terminated string that receives the user name.
9999
This string can be a marshaled credential. See Remarks.
100100

101101

102-
### -param pcchMaxUserName
102+
### -param pcchMaxUserName [in, out]
103103

104-
TBD
104+
A pointer to a <b>DWORD</b> value that specifies the size, in characters, of the <i>pszUserName</i> buffer. On output, if the buffer is not of sufficient size, specifies the required size, in characters, of the <i>pszUserName</i> buffer. The size includes terminating null character.
105105

106106

107107
### -param pszDomainName [out]

0 commit comments

Comments
 (0)