This site has been archived and made available for preservation purposes. No edits can be made.

MAX_PASSWORD_SIZE

(Difference between revisions)
Return to current revision
Current Revision 04-26-2012, 09:32 PM
  1.  
    A constant defined in the vaultmp namespace. It is the maximum length of a password.
  2. -

    == Definition ==
    <code cpp>
    static const Index MAX_PASSWORD_SIZE = 16;
    #define MAX_PASSWORD_SIZE 16
    </code>
  3. +
    [h="2"] Definition [/h]
    [highlight=cpp]
    Index::MAX_PASSWORD_SIZE = 16;
    [/highlight]
    [highlight=c]
    const Index: MAX_PASSWORD_SIZE = 16;
    [/highlight]
    [category]VaultMP interface[/category]
    [category]Constants[/category]