SynopsisGet the password. PrototypeChar_t* GetPassword(char_t * user) ParametersUser - User ID DescriptionPersisted password is decrypted before being returned by the function. Return ValueNULL if error Password on success. ExampleChar_t * pwd = GetPassword("misterripley"); See Also: |