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:
parent
4154fbb8a3
commit
b8a7a9809b
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user