Skip to content

Commit 1f786a5

Browse files
committed
Add note about the current limitations of the implementation
1 parent 7a2dd05 commit 1f786a5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

win32ctypes/pywin32/win32cred.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,11 @@ def CredWrite(Credential, Flags=0):
3030
Flags : int
3131
``CRED_PRESERVE_CREDENTIAL_BLOB`` or 0. Default is 0.
3232
33+
Note
34+
----
35+
The max number of the credential attributes supported by
36+
the win32ctypes implementation is 1.
37+
3338
"""
3439
c_creds = _authentication.CREDENTIAL.fromdict(Credential)
3540
c_pcreds = _authentication.PCREDENTIAL(c_creds)

0 commit comments

Comments
 (0)