Add a note about wxSecretValue size limit under MSW

Mention that passwords are limited to 2560 bytes under Windows 7.
This commit is contained in:
Vadim Zeitlin 2016-06-04 19:21:16 +02:00
parent 4154fbb8a3
commit b8a7a9809b

View File

@ -31,6 +31,10 @@ public:
The @a data argument may contain NUL bytes and doesn't need to be
NUL-terminated.
Notice that at least under MSW the maximal size of the secret is
limited. The exact limit depends on the OS version and is e.g. 2560 for
Windows 7.
*/
wxSecretValue(size_t size, const void *data);